#C88B09

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

Shades of Dark Goldenrod #C88B09

Tints of Dark Goldenrod #C88B09

Color information

#C88B09 (or 0xC88B09) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 8B and 09. RGB value is (200,139,9). Sum of RGB (Red+Green+Blue) = 200+139+9=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88B09 is #3774F6. Grayscale: #8F8F8F. Windows color (decimal): -3634423 or 625608. OLE color: 625608.

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

Color convert

RGB2001399-
CMYK00.300.960.22
HSL40.84º91.39%40.98%-
HSV(B)40.84º95.5%78.43%-
XYZ33.130.764.45-
YUV142.4252.71169.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.47%
GREEN value IS 139 (54.69% from 255) = 39.94%
BLUE value IS 9 (3.91% from 255) = 2.59%
R=57.47%
G=39.94%
B=2.59%

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
Decimal200139900.300.960.2240.8491.3940.98
HexC88B901E6016295b29
Octal31021311036140265113351
Binary110010001000101110010111101100000101101010011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88B09; }

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

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

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

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

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

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

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

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