#d8c32d

Color #D8C32D Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #D8C32D

Tints of Barberry #D8C32D

Color information

#D8C32D (or 0xD8C32D) is unknown color: approx Barberry. HEX triplet: D8, C3 and 2D. RGB value is (216,195,45). Sum of RGB (Red+Green+Blue) = 216+195+45=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C32D is #273CD2. Grayscale: #B8B8B8. Windows color (decimal): -2571475 or 2999256. OLE color: 2999256.

HSL color Cylindrical-coordinate representation of color #D8C32D: hue angle of 52.63º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8C32D is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB21619545-
CMYK00.100.790.15
HSL52.63º68.67%51.18%-
HSV(B)52.63º79.17%84.71%-
XYZ48.3153.8210.32-
YUV184.1849.46150.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 47.37%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 45 (17.97% from 255) = 9.87%
R=47.37%
G=42.76%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161954500.100.790.1552.6368.6751.18
HexD8C32D0A4FF354533
Octal33030355012117176510563
Binary110110001100001110110101010100111111111101011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8c32d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8c32d; }

 p { color: rgb(216,195,45); }

 H1.HeaderClassName
 {
   color: #d8c32d;
 }
 .AnyTagClassName
 {
   color: #d8c32d;
 }
</style>
background-color css

<style>
 a { background-color: #d8c32d; }

 a { background-color: rgb(216,195,45); }

 div.DivClassName
 {
   background-color: #d8c32d;
 }
 .BgClassName
 {
   background-color: #d8c32d;
 }
</style>
border-color css

<style>
 span { border-color: #d8c32d; }

 span { border-color: rgb(216,195,45); }

 td.TdClassName
 {
   border-color: #d8c32d;
 }
 .TagClassName
 {
   border-color: #d8c32d;
 }
</style>