Html Css Color HEX #C97506 Dark Goldenrod

📋 copy color: '#C97506'

red 201 ◦ green 117 ◦ blue 6

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

Shades of Dark Goldenrod #C97506

Tints of Dark Goldenrod #C97506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 62.04%
G = 36.11%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C97506 (or 0xC97506) is known color: Dark Goldenrod. HEX triplet: C9, 75 and 06. RGB value is (201,117,6). Sum of RGB (Red+Green+Blue) = 201+117+6=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C97506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97506 is #368AF9. Grayscale: #818181. Windows color (decimal): -3574522 or 423369. OLE color: 423369.

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

Color convert

RGB 201 117 6 -
CMYK 0 0.42 0.97 0.21
HSL 34.15º 0.94% 0.41% -
HSV(B) 34.15º 0.97% 0.79% -
XYZ 30.48 25.15 3.42 -
YUV 129.46 58.33 179.03 -
System Red Green Blue C M Y K H S L
Decimal 201 117 6 0 0.42 0.97 0.21 34.15 0.94 0.41
Hex C9 75 6 0 2A 61 15 22 5E 29
Octal 311 165 6 0 52 141 25 42 136 51
Binary 11001001 1110101 110 0 101010 1100001 10101 100010 1011110 101001

Color Harmonies of #C97506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97506

Black with #C97506

Text Example


Text Example

White with #C97506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97506; }

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

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

background-color css

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

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

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

border-color css

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

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

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