#C08E0F

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

Shades of Dark Goldenrod #C08E0F

Tints of Dark Goldenrod #C08E0F

Color information

#C08E0F (or 0xC08E0F) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 8E and 0F. RGB value is (192,142,15). Sum of RGB (Red+Green+Blue) = 192+142+15=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08E0F is #3F71F0. Grayscale: #8F8F8F. Windows color (decimal): -4157937 or 1019584. OLE color: 1019584.

HSL color Cylindrical-coordinate representation of color #C08E0F: hue angle of 43.05º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C08E0F is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19214215-
CMYK00.260.920.25
HSL43.05º85.51%40.59%-
HSV(B)43.05º92.19%75.29%-
XYZ31.530.594.7-
YUV142.4756.06163.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.01%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 15 (6.25% from 255) = 4.30%
R=55.01%
G=40.69%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921421500.260.920.2543.0585.5140.59
HexC08EF01A5C192b5629
Octal30021617032134315312651
Binary110000001000111011110110101011100110011010111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08E0F; }

 p { color: rgb(192,142,15); }

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

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

 a { background-color: rgb(192,142,15); }

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

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

 span { border-color: rgb(192,142,15); }

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