#C08218

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

Shades of Dark Goldenrod #C08218

Tints of Dark Goldenrod #C08218

Color information

#C08218 (or 0xC08218) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 82 and 18. RGB value is (192,130,24). Sum of RGB (Red+Green+Blue) = 192+130+24=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C08218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08218 is #3F7DE7. Grayscale: #888888. Windows color (decimal): -4161000 or 1606336. OLE color: 1606336.

HSL color Cylindrical-coordinate representation of color #C08218: hue angle of 37.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C08218 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19213024-
CMYK00.320.880.25
HSL37.86º77.78%42.35%-
HSV(B)37.86º87.5%75.29%-
XYZ29.8927.244.55-
YUV136.4564.54167.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.49%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 24 (9.77% from 255) = 6.94%
R=55.49%
G=37.57%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921302400.320.880.2537.8677.7842.35
HexC082180205819264e2a
Octal30020230040130314611652
Binary11000000100000101100001000001011000110011001101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08218; }

 p { color: rgb(192,130,24); }

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

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

 a { background-color: rgb(192,130,24); }

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

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

 span { border-color: rgb(192,130,24); }

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