Html Css Color HEX #C97804 Dark Goldenrod

📋 copy color: '#C97804'

red 201 ◦ green 120 ◦ blue 4

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

Shades of Dark Goldenrod #C97804

Tints of Dark Goldenrod #C97804

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.92%

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

R = 61.85%
G = 36.92%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C97804 (or 0xC97804) is known color: Dark Goldenrod. HEX triplet: C9, 78 and 04. RGB value is (201,120,4). Sum of RGB (Red+Green+Blue) = 201+120+4=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C97804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97804 is #3687FB. Grayscale: #838383. Windows color (decimal): -3573756 or 293065. OLE color: 293065.

HSL color Cylindrical-coordinate representation of color #C97804: hue angle of 35.33º 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 #C97804 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 120 4 -
CMYK 0 0.40 0.98 0.21
HSL 35.33º 0.96% 0.4% -
HSV(B) 35.33º 0.98% 0.79% -
XYZ 30.83 25.86 3.48 -
YUV 131 56.34 177.93 -
System Red Green Blue C M Y K H S L
Decimal 201 120 4 0 0.40 0.98 0.21 35.33 0.96 0.4
Hex C9 78 4 0 28 62 15 23 60 28
Octal 311 170 4 0 50 142 25 43 140 50
Binary 11001001 1111000 100 0 101000 1100010 10101 100011 1100000 101000

Color Harmonies of #C97804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97804

Black with #C97804

Text Example


Text Example

White with #C97804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97804; }

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

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

background-color css

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

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

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

border-color css

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

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

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