Html Css Color HEX #C08A0E Dark Goldenrod

📋 copy color: '#C08A0E'

red 192 ◦ green 138 ◦ blue 14

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

Shades of Dark Goldenrod #C08A0E

Tints of Dark Goldenrod #C08A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.12%

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

R = 55.81%
G = 40.12%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C08A0E (or 0xC08A0E) is known color: Dark Goldenrod. HEX triplet: C0, 8A and 0E. RGB value is (192,138,14). Sum of RGB (Red+Green+Blue) = 192+138+14=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08A0E is #3F75F1. Grayscale: #8C8C8C. Windows color (decimal): -4158962 or 953024. OLE color: 953024.

HSL color Cylindrical-coordinate representation of color #C08A0E: hue angle of 41.8º 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 #C08A0E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 138 14 -
CMYK 0 0.28 0.93 0.25
HSL 41.8º 0.86% 0.4% -
HSV(B) 41.8º 0.93% 0.75% -
XYZ 30.91 29.42 4.46 -
YUV 140.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 192 138 14 0 0.28 0.93 0.25 41.8 0.86 0.4
Hex C0 8A E 0 1C 5D 19 2A 56 28
Octal 300 212 16 0 34 135 31 52 126 50
Binary 11000000 10001010 1110 0 11100 1011101 11001 101010 1010110 101000

Color Harmonies of #C08A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A0E

Black with #C08A0E

Text Example


Text Example

White with #C08A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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