Html Css Color HEX #C97705 Dark Goldenrod

📋 copy color: '#C97705'

red 201 ◦ green 119 ◦ blue 5

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

Shades of Dark Goldenrod #C97705

Tints of Dark Goldenrod #C97705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.62%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 61.85%
G = 36.62%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C97705 (or 0xC97705) is known color: Dark Goldenrod. HEX triplet: C9, 77 and 05. RGB value is (201,119,5). Sum of RGB (Red+Green+Blue) = 201+119+5=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C97705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97705 is #3688FA. Grayscale: #838383. Windows color (decimal): -3574011 or 358345. OLE color: 358345.

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

Color convert

RGB 201 119 5 -
CMYK 0 0.41 0.98 0.21
HSL 34.9º 0.95% 0.4% -
HSV(B) 34.9º 0.98% 0.79% -
XYZ 30.71 25.62 3.47 -
YUV 130.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 201 119 5 0 0.41 0.98 0.21 34.9 0.95 0.4
Hex C9 77 5 0 29 62 15 23 5F 28
Octal 311 167 5 0 51 142 25 43 137 50
Binary 11001001 1110111 101 0 101001 1100010 10101 100011 1011111 101000

Color Harmonies of #C97705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97705

Black with #C97705

Text Example


Text Example

White with #C97705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97705; }

 p { color: rgb(201,119,5); }

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

background-color css

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

 a { background-color: rgb(201,119,5); }

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

border-color css

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

 span { border-color: rgb(201,119,5); }

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