Html Css Color HEX #C97500 Dark Goldenrod

📋 copy color: '#C97500'

red 201 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #C97500

Tints of Dark Goldenrod #C97500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.21%
G = 36.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C97500 (or 0xC97500) is known color: Dark Goldenrod. HEX triplet: C9, 75 and 00. RGB value is (201,117,0). Sum of RGB (Red+Green+Blue) = 201+117+0=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C97500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97500 is #368AFF. Grayscale: #818181. Windows color (decimal): -3574528 or 30153. OLE color: 30153.

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

Color convert

RGB 201 117 0 -
CMYK 0 0.42 1 0.21
HSL 34.93º 1% 0.39% -
HSV(B) 34.93º 1% 0.79% -
XYZ 30.45 25.14 3.25 -
YUV 128.78 55.33 179.51 -
System Red Green Blue C M Y K H S L
Decimal 201 117 0 0 0.42 1 0.21 34.93 1 0.39
Hex C9 75 0 0 2A 64 15 23 64 27
Octal 311 165 0 0 52 144 25 43 144 47
Binary 11001001 1110101 0 0 101010 1100100 10101 100011 1100100 100111

Color Harmonies of #C97500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97500

Black with #C97500

Text Example


Text Example

White with #C97500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97500; }

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

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

background-color css

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

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

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

border-color css

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

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

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