Html Css Color HEX #C39006 Dark Goldenrod

📋 copy color: '#C39006'

red 195 ◦ green 144 ◦ blue 6

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

Shades of Dark Goldenrod #C39006

Tints of Dark Goldenrod #C39006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

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

R = 56.52%
G = 41.74%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C39006 (or 0xC39006) is known color: Dark Goldenrod. HEX triplet: C3, 90 and 06. RGB value is (195,144,6). Sum of RGB (Red+Green+Blue) = 195+144+6=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C39006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39006 is #3C6FF9. Grayscale: #909090. Windows color (decimal): -3960826 or 430275. OLE color: 430275.

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

Color convert

RGB 195 144 6 -
CMYK 0 0.26 0.97 0.24
HSL 43.81º 0.94% 0.39% -
HSV(B) 43.81º 0.97% 0.76% -
XYZ 32.51 31.56 4.55 -
YUV 143.52 50.4 164.72 -
System Red Green Blue C M Y K H S L
Decimal 195 144 6 0 0.26 0.97 0.24 43.81 0.94 0.39
Hex C3 90 6 0 1A 61 18 2C 5E 27
Octal 303 220 6 0 32 141 30 54 136 47
Binary 11000011 10010000 110 0 11010 1100001 11000 101100 1011110 100111

Color Harmonies of #C39006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39006

Black with #C39006

Text Example


Text Example

White with #C39006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39006; }

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

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

background-color css

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

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

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

border-color css

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

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

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