Html Css Color HEX #C39600 Dark Goldenrod

📋 copy color: '#C39600'

red 195 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #C39600

Tints of Dark Goldenrod #C39600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.52%
G = 43.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C39600 (or 0xC39600) is known color: Dark Goldenrod. HEX triplet: C3, 96 and 00. RGB value is (195,150,0). Sum of RGB (Red+Green+Blue) = 195+150+0=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C39600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39600 is #3C69FF. Grayscale: #939393. Windows color (decimal): -3959296 or 38595. OLE color: 38595.

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

Color convert

RGB 195 150 0 -
CMYK 0 0.23 1 0.24
HSL 46.15º 1% 0.38% -
HSV(B) 46.15º 1% 0.76% -
XYZ 33.41 33.41 4.69 -
YUV 146.36 45.41 162.7 -
System Red Green Blue C M Y K H S L
Decimal 195 150 0 0 0.23 1 0.24 46.15 1 0.38
Hex C3 96 0 0 17 64 18 2E 64 26
Octal 303 226 0 0 27 144 30 56 144 46
Binary 11000011 10010110 0 0 10111 1100100 11000 101110 1100100 100110

Color Harmonies of #C39600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39600

Black with #C39600

Text Example


Text Example

White with #C39600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39600; }

 p { color: rgb(195,150,0); }

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

background-color css

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

 a { background-color: rgb(195,150,0); }

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

border-color css

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

 span { border-color: rgb(195,150,0); }

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