Html Css Color HEX #C08104 Dark Goldenrod

📋 copy color: '#C08104'

red 192 ◦ green 129 ◦ blue 4

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

Shades of Dark Goldenrod #C08104

Tints of Dark Goldenrod #C08104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

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

R = 59.08%
G = 39.69%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C08104 (or 0xC08104) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 04. RGB value is (192,129,4). Sum of RGB (Red+Green+Blue) = 192+129+4=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C08104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08104 is #3F7EFB. Grayscale: #868686. Windows color (decimal): -4161276 or 295360. OLE color: 295360.

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

Color convert

RGB 192 129 4 -
CMYK 0 0.33 0.98 0.25
HSL 39.89º 0.96% 0.38% -
HSV(B) 39.89º 0.98% 0.75% -
XYZ 29.61 26.92 3.75 -
YUV 133.59 54.87 169.66 -
System Red Green Blue C M Y K H S L
Decimal 192 129 4 0 0.33 0.98 0.25 39.89 0.96 0.38
Hex C0 81 4 0 21 62 19 28 60 26
Octal 300 201 4 0 41 142 31 50 140 46
Binary 11000000 10000001 100 0 100001 1100010 11001 101000 1100000 100110

Color Harmonies of #C08104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08104

Black with #C08104

Text Example


Text Example

White with #C08104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08104; }

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

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

background-color css

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

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

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

border-color css

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

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

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