#C88B08

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

Shades of Dark Goldenrod #C88B08

Tints of Dark Goldenrod #C88B08

Color information

#C88B08 (or 0xC88B08) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 8B and 08. RGB value is (200,139,8). Sum of RGB (Red+Green+Blue) = 200+139+8=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88B08 is #3774F7. Grayscale: #8E8E8E. Windows color (decimal): -3634424 or 560072. OLE color: 560072.

HSL color Cylindrical-coordinate representation of color #C88B08: hue angle of 40.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C88B08 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB2001398-
CMYK00.300.960.22
HSL40.94º92.31%40.78%-
HSV(B)40.94º96%78.43%-
XYZ33.130.764.42-
YUV142.352.21169.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.64%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 8 (3.52% from 255) = 2.31%
R=57.64%
G=40.06%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200139800.300.960.2240.9492.3140.78
HexC88B801E6016295c29
Octal31021310036140265113451
Binary110010001000101110000111101100000101101010011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88B08; }

 p { color: rgb(200,139,8); }

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

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

 a { background-color: rgb(200,139,8); }

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

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

 span { border-color: rgb(200,139,8); }

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