Html Css Color HEX #C08A0C Dark Goldenrod

📋 copy color: '#C08A0C'

red 192 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #C08A0C

Tints of Dark Goldenrod #C08A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 56.14%
G = 40.35%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C08A0C (or 0xC08A0C) is known color: Dark Goldenrod. HEX triplet: C0, 8A and 0C. RGB value is (192,138,12). Sum of RGB (Red+Green+Blue) = 192+138+12=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08A0C is #3F75F3. Grayscale: #8C8C8C. Windows color (decimal): -4158964 or 821952. OLE color: 821952.

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

Color convert

RGB 192 138 12 -
CMYK 0 0.28 0.94 0.25
HSL 42º 0.88% 0.4% -
HSV(B) 42º 0.94% 0.75% -
XYZ 30.89 29.41 4.4 -
YUV 139.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 192 138 12 0 0.28 0.94 0.25 42 0.88 0.4
Hex C0 8A C 0 1C 5E 19 2A 58 28
Octal 300 212 14 0 34 136 31 52 130 50
Binary 11000000 10001010 1100 0 11100 1011110 11001 101010 1011000 101000

Color Harmonies of #C08A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A0C

Black with #C08A0C

Text Example


Text Example

White with #C08A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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