Html Css Color HEX #C08306 Dark Goldenrod

📋 copy color: '#C08306'

red 192 ◦ green 131 ◦ blue 6

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

Shades of Dark Goldenrod #C08306

Tints of Dark Goldenrod #C08306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.82%

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

R = 58.36%
G = 39.82%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C08306 (or 0xC08306) is known color: Dark Goldenrod. HEX triplet: C0, 83 and 06. RGB value is (192,131,6). Sum of RGB (Red+Green+Blue) = 192+131+6=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C08306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08306 is #3F7CF9. Grayscale: #878787. Windows color (decimal): -4160762 or 426944. OLE color: 426944.

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

Color convert

RGB 192 131 6 -
CMYK 0 0.32 0.97 0.25
HSL 40.32º 0.94% 0.39% -
HSV(B) 40.32º 0.97% 0.75% -
XYZ 29.89 27.45 3.9 -
YUV 134.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 192 131 6 0 0.32 0.97 0.25 40.32 0.94 0.39
Hex C0 83 6 0 20 61 19 28 5E 27
Octal 300 203 6 0 40 141 31 50 136 47
Binary 11000000 10000011 110 0 100000 1100001 11001 101000 1011110 100111

Color Harmonies of #C08306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08306

Black with #C08306

Text Example


Text Example

White with #C08306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08306; }

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

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

background-color css

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

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

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

border-color css

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

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

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