#C88C09

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

Shades of Dark Goldenrod #C88C09

Tints of Dark Goldenrod #C88C09

Color information

#C88C09 (or 0xC88C09) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 8C and 09. RGB value is (200,140,9). Sum of RGB (Red+Green+Blue) = 200+140+9=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88C09 is #3773F6. Grayscale: #8F8F8F. Windows color (decimal): -3634167 or 625864. OLE color: 625864.

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

Color convert

RGB2001409-
CMYK00.30.960.22
HSL41.15º91.39%40.98%-
HSV(B)41.15º95.5%78.43%-
XYZ33.2531.064.5-
YUV143.0152.38168.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.31%
GREEN value IS 140 (55.08% from 255) = 40.11%
BLUE value IS 9 (3.91% from 255) = 2.58%
R=57.31%
G=40.11%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200140900.30.960.2241.1591.3940.98
HexC88C901E6016295b29
Octal31021411036140265113351
Binary110010001000110010010111101100000101101010011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88C09; }

 p { color: rgb(200,140,9); }

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

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

 a { background-color: rgb(200,140,9); }

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

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

 span { border-color: rgb(200,140,9); }

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