Html Css Color HEX #C08A04 Dark Goldenrod

📋 copy color: '#C08A04'

red 192 ◦ green 138 ◦ blue 4

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

Shades of Dark Goldenrod #C08A04

Tints of Dark Goldenrod #C08A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 57.49%
G = 41.32%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C08A04 (or 0xC08A04) is known color: Dark Goldenrod. HEX triplet: C0, 8A and 04. RGB value is (192,138,4). Sum of RGB (Red+Green+Blue) = 192+138+4=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08A04 is #3F75FB. Grayscale: #8B8B8B. Windows color (decimal): -4158972 or 297664. OLE color: 297664.

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

Color convert

RGB 192 138 4 -
CMYK 0 0.28 0.98 0.25
HSL 42.77º 0.96% 0.38% -
HSV(B) 42.77º 0.98% 0.75% -
XYZ 30.85 29.39 4.16 -
YUV 138.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 192 138 4 0 0.28 0.98 0.25 42.77 0.96 0.38
Hex C0 8A 4 0 1C 62 19 2B 60 26
Octal 300 212 4 0 34 142 31 53 140 46
Binary 11000000 10001010 100 0 11100 1100010 11001 101011 1100000 100110

Color Harmonies of #C08A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A04

Black with #C08A04

Text Example


Text Example

White with #C08A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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