Html Css Color HEX #C08506 Dark Goldenrod

📋 copy color: '#C08506'

red 192 ◦ green 133 ◦ blue 6

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

Shades of Dark Goldenrod #C08506

Tints of Dark Goldenrod #C08506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

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

R = 58.01%
G = 40.18%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C08506 (or 0xC08506) is known color: Dark Goldenrod. HEX triplet: C0, 85 and 06. RGB value is (192,133,6). Sum of RGB (Red+Green+Blue) = 192+133+6=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C08506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08506 is #3F7AF9. Grayscale: #888888. Windows color (decimal): -4160250 or 427456. OLE color: 427456.

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

Color convert

RGB 192 133 6 -
CMYK 0 0.31 0.97 0.25
HSL 40.97º 0.94% 0.39% -
HSV(B) 40.97º 0.97% 0.75% -
XYZ 30.16 27.99 3.99 -
YUV 136.16 54.55 167.83 -
System Red Green Blue C M Y K H S L
Decimal 192 133 6 0 0.31 0.97 0.25 40.97 0.94 0.39
Hex C0 85 6 0 1F 61 19 29 5E 27
Octal 300 205 6 0 37 141 31 51 136 47
Binary 11000000 10000101 110 0 11111 1100001 11001 101001 1011110 100111

Color Harmonies of #C08506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08506

Black with #C08506

Text Example


Text Example

White with #C08506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08506; }

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

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

background-color css

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

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

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

border-color css

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

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

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