Html Css Color HEX #C08106 Dark Goldenrod

📋 copy color: '#C08106'

red 192 ◦ green 129 ◦ blue 6

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

Shades of Dark Goldenrod #C08106

Tints of Dark Goldenrod #C08106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 58.72%
G = 39.45%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C08106 (or 0xC08106) is known color: Dark Goldenrod. HEX triplet: C0, 81 and 06. RGB value is (192,129,6). Sum of RGB (Red+Green+Blue) = 192+129+6=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C08106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08106 is #3F7EF9. Grayscale: #868686. Windows color (decimal): -4161274 or 426432. OLE color: 426432.

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

Color convert

RGB 192 129 6 -
CMYK 0 0.33 0.97 0.25
HSL 39.68º 0.94% 0.39% -
HSV(B) 39.68º 0.97% 0.75% -
XYZ 29.62 26.92 3.81 -
YUV 133.82 55.87 169.5 -
System Red Green Blue C M Y K H S L
Decimal 192 129 6 0 0.33 0.97 0.25 39.68 0.94 0.39
Hex C0 81 6 0 21 61 19 28 5E 27
Octal 300 201 6 0 41 141 31 50 136 47
Binary 11000000 10000001 110 0 100001 1100001 11001 101000 1011110 100111

Color Harmonies of #C08106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08106

Black with #C08106

Text Example


Text Example

White with #C08106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08106; }

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

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

background-color css

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

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

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

border-color css

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

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

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