Html Css Color HEX #C08C0E Dark Goldenrod

📋 copy color: '#C08C0E'

red 192 ◦ green 140 ◦ blue 14

#C08C0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #C08C0E

Tints of Dark Goldenrod #C08C0E

RGB

 RED value IS 192 (75.39% from 255) = 55.49%

 GREEN value IS 140 (55.08% from 255) = 40.46%

 BLUE value IS 14 (5.86% from 255) = 4.05%

R = 55.49%
G = 40.46%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C08C0E (or 0xC08C0E) is known color: Dark Goldenrod. HEX triplet: C0, 8C and 0E. RGB value is (192,140,14). Sum of RGB (Red+Green+Blue) = 192+140+14=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08C0E is #3F73F1. Grayscale: #8D8D8D. Windows color (decimal): -4158450 or 953536. OLE color: 953536.

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

Color convert

RGB 192 140 14 -
CMYK 0 0.27 0.93 0.25
HSL 42.47º 0.86% 0.4% -
HSV(B) 42.47º 0.93% 0.75% -
XYZ 31.2 29.99 4.56 -
YUV 141.18 56.23 164.25 -
System Red Green Blue C M Y K H S L
Decimal 192 140 14 0 0.27 0.93 0.25 42.47 0.86 0.4
Hex C0 8C E 0 1B 5D 19 2A 56 28
Octal 300 214 16 0 33 135 31 52 126 50
Binary 11000000 10001100 1110 0 11011 1011101 11001 101010 1010110 101000

Color Harmonies of #C08C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C0E

Black with #C08C0E

Text Example


Text Example

White with #C08C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C0E; }

 p { color: rgb(192,140,14); }

 H1.HeaderClassName
 {
   color: #C08C0E;
 }
 .AnyTagClassName
 {
   color: #C08C0E;
 }
</style>

background-color css

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

 a { background-color: rgb(192,140,14); }

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

border-color css

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

 span { border-color: rgb(192,140,14); }

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