#C88F13

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

Shades of Dark Goldenrod #C88F13

Tints of Dark Goldenrod #C88F13

Color information

#C88F13 (or 0xC88F13) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 8F and 13. RGB value is (200,143,19). Sum of RGB (Red+Green+Blue) = 200+143+19=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88F13 is #3770EC. Grayscale: #929292. Windows color (decimal): -3633389 or 1281992. OLE color: 1281992.

HSL color Cylindrical-coordinate representation of color #C88F13: hue angle of 41.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C88F13 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB20014319-
CMYK00.280.900.22
HSL41.1º82.65%42.94%-
HSV(B)41.1º90.5%78.43%-
XYZ33.7631.975.01-
YUV145.9156.38166.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.25%
GREEN value IS 143 (56.25% from 255) = 39.50%
BLUE value IS 19 (7.81% from 255) = 5.25%
R=55.25%
G=39.50%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001431900.280.900.2241.182.6542.94
HexC88F1301C5A1629532b
Octal31021723034132265112353
Binary1100100010001111100110111001011010101101010011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F13; }

 p { color: rgb(200,143,19); }

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

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

 a { background-color: rgb(200,143,19); }

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

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

 span { border-color: rgb(200,143,19); }

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