Html Css Color HEX #C39706 Dark Goldenrod

📋 copy color: '#C39706'

red 195 ◦ green 151 ◦ blue 6

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

Shades of Dark Goldenrod #C39706

Tints of Dark Goldenrod #C39706

RGB

 RED value IS 195 (76.56% from 255) = 55.4%

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

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

R = 55.4%
G = 42.9%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C39706 (or 0xC39706) is known color: Dark Goldenrod. HEX triplet: C3, 97 and 06. RGB value is (195,151,6). Sum of RGB (Red+Green+Blue) = 195+151+6=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C39706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39706 is #3C68F9. Grayscale: #949494. Windows color (decimal): -3959034 or 432067. OLE color: 432067.

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

Color convert

RGB 195 151 6 -
CMYK 0 0.23 0.97 0.24
HSL 46.03º 0.94% 0.39% -
HSV(B) 46.03º 0.97% 0.76% -
XYZ 33.61 33.75 4.92 -
YUV 147.63 48.08 161.79 -
System Red Green Blue C M Y K H S L
Decimal 195 151 6 0 0.23 0.97 0.24 46.03 0.94 0.39
Hex C3 97 6 0 17 61 18 2E 5E 27
Octal 303 227 6 0 27 141 30 56 136 47
Binary 11000011 10010111 110 0 10111 1100001 11000 101110 1011110 100111

Color Harmonies of #C39706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39706

Black with #C39706

Text Example


Text Example

White with #C39706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39706; }

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

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

background-color css

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

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

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

border-color css

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

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

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