#C88007

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

Shades of Dark Goldenrod #C88007

Tints of Dark Goldenrod #C88007

Color information

#C88007 (or 0xC88007) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 80 and 07. RGB value is (200,128,7). Sum of RGB (Red+Green+Blue) = 200+128+7=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C88007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88007 is #377FF8. Grayscale: #888888. Windows color (decimal): -3637241 or 491720. OLE color: 491720.

HSL color Cylindrical-coordinate representation of color #C88007: hue angle of 37.62º degrees, saturation: 0.93, 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 #C88007 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB2001287-
CMYK00.360.960.22
HSL37.62º93.24%40.59%-
HSV(B)37.62º96.5%78.43%-
XYZ31.5827.733.89-
YUV135.7355.35173.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.70%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 7 (3.12% from 255) = 2.09%
R=59.70%
G=38.21%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200128700.360.960.2237.6293.2440.59
HexC88070246016265d29
Octal3102007044140264613551
Binary110010001000000011101001001100000101101001101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88007; }

 p { color: rgb(200,128,7); }

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

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

 a { background-color: rgb(200,128,7); }

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

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

 span { border-color: rgb(200,128,7); }

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