Html Css Color HEX #C09706 Dark Goldenrod

📋 copy color: '#C09706'

red 192 ◦ green 151 ◦ blue 6

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

Shades of Dark Goldenrod #C09706

Tints of Dark Goldenrod #C09706

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.27%

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

R = 55.01%
G = 43.27%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C09706 (or 0xC09706) is known color: Dark Goldenrod. HEX triplet: C0, 97 and 06. RGB value is (192,151,6). Sum of RGB (Red+Green+Blue) = 192+151+6=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C09706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09706 is #3F68F9. Grayscale: #939393. Windows color (decimal): -4155642 or 432064. OLE color: 432064.

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

Color convert

RGB 192 151 6 -
CMYK 0 0.21 0.97 0.25
HSL 46.77º 0.94% 0.39% -
HSV(B) 46.77º 0.97% 0.75% -
XYZ 32.84 33.35 4.88 -
YUV 146.73 48.58 160.29 -
System Red Green Blue C M Y K H S L
Decimal 192 151 6 0 0.21 0.97 0.25 46.77 0.94 0.39
Hex C0 97 6 0 15 61 19 2F 5E 27
Octal 300 227 6 0 25 141 31 57 136 47
Binary 11000000 10010111 110 0 10101 1100001 11001 101111 1011110 100111

Color Harmonies of #C09706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09706

Black with #C09706

Text Example


Text Example

White with #C09706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09706; }

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

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

background-color css

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

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

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

border-color css

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

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

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