Html Css Color HEX #C39504 Dark Goldenrod

📋 copy color: '#C39504'

red 195 ◦ green 149 ◦ blue 4

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

Shades of Dark Goldenrod #C39504

Tints of Dark Goldenrod #C39504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 56.03%
G = 42.82%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C39504 (or 0xC39504) is known color: Dark Goldenrod. HEX triplet: C3, 95 and 04. RGB value is (195,149,4). Sum of RGB (Red+Green+Blue) = 195+149+4=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C39504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39504 is #3C6AFB. Grayscale: #929292. Windows color (decimal): -3959548 or 300483. OLE color: 300483.

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

Color convert

RGB 195 149 4 -
CMYK 0 0.24 0.98 0.24
HSL 45.55º 0.96% 0.39% -
HSV(B) 45.55º 0.98% 0.76% -
XYZ 33.28 33.11 4.75 -
YUV 146.22 47.74 162.79 -
System Red Green Blue C M Y K H S L
Decimal 195 149 4 0 0.24 0.98 0.24 45.55 0.96 0.39
Hex C3 95 4 0 18 62 18 2E 60 27
Octal 303 225 4 0 30 142 30 56 140 47
Binary 11000011 10010101 100 0 11000 1100010 11000 101110 1100000 100111

Color Harmonies of #C39504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39504

Black with #C39504

Text Example


Text Example

White with #C39504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39504; }

 p { color: rgb(195,149,4); }

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

background-color css

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

 a { background-color: rgb(195,149,4); }

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

border-color css

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

 span { border-color: rgb(195,149,4); }

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