Html Css Color HEX #C08A14 Dark Goldenrod

📋 copy color: '#C08A14'

red 192 ◦ green 138 ◦ blue 20

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

Shades of Dark Goldenrod #C08A14

Tints of Dark Goldenrod #C08A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 54.86%
G = 39.43%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C08A14 (or 0xC08A14) is known color: Dark Goldenrod. HEX triplet: C0, 8A and 14. RGB value is (192,138,20). Sum of RGB (Red+Green+Blue) = 192+138+20=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08A14 is #3F75EB. Grayscale: #8D8D8D. Windows color (decimal): -4158956 or 1346240. OLE color: 1346240.

HSL color Cylindrical-coordinate representation of color #C08A14: hue angle of 41.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C08A14 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 138 20 -
CMYK 0 0.28 0.90 0.25
HSL 41.16º 0.81% 0.42% -
HSV(B) 41.16º 0.9% 0.75% -
XYZ 30.95 29.43 4.71 -
YUV 140.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 192 138 20 0 0.28 0.90 0.25 41.16 0.81 0.42
Hex C0 8A 14 0 1C 5A 19 29 51 2A
Octal 300 212 24 0 34 132 31 51 121 52
Binary 11000000 10001010 10100 0 11100 1011010 11001 101001 1010001 101010

Color Harmonies of #C08A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A14

Black with #C08A14

Text Example


Text Example

White with #C08A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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