Html Css Color HEX #C97504 Dark Goldenrod

📋 copy color: '#C97504'

red 201 ◦ green 117 ◦ blue 4

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

Shades of Dark Goldenrod #C97504

Tints of Dark Goldenrod #C97504

RGB

 RED value IS 201 (78.91% from 255) = 62.42%

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 62.42%
G = 36.34%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C97504 (or 0xC97504) is known color: Dark Goldenrod. HEX triplet: C9, 75 and 04. RGB value is (201,117,4). Sum of RGB (Red+Green+Blue) = 201+117+4=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C97504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97504 is #368AFB. Grayscale: #818181. Windows color (decimal): -3574524 or 292297. OLE color: 292297.

HSL color Cylindrical-coordinate representation of color #C97504: hue angle of 34.42º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C97504 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 117 4 -
CMYK 0 0.42 0.98 0.21
HSL 34.42º 0.96% 0.4% -
HSV(B) 34.42º 0.98% 0.79% -
XYZ 30.47 25.15 3.36 -
YUV 129.23 57.33 179.19 -
System Red Green Blue C M Y K H S L
Decimal 201 117 4 0 0.42 0.98 0.21 34.42 0.96 0.4
Hex C9 75 4 0 2A 62 15 22 60 28
Octal 311 165 4 0 52 142 25 42 140 50
Binary 11001001 1110101 100 0 101010 1100010 10101 100010 1100000 101000

Color Harmonies of #C97504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97504

Black with #C97504

Text Example


Text Example

White with #C97504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97504; }

 p { color: rgb(201,117,4); }

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

background-color css

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

 a { background-color: rgb(201,117,4); }

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

border-color css

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

 span { border-color: rgb(201,117,4); }

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