Html Css Color HEX #C97D06 Dark Goldenrod

📋 copy color: '#C97D06'

red 201 ◦ green 125 ◦ blue 6

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

Shades of Dark Goldenrod #C97D06

Tints of Dark Goldenrod #C97D06

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.65%

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

R = 60.54%
G = 37.65%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C97D06 (or 0xC97D06) is known color: Dark Goldenrod. HEX triplet: C9, 7D and 06. RGB value is (201,125,6). Sum of RGB (Red+Green+Blue) = 201+125+6=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97D06 is #3682F9. Grayscale: #868686. Windows color (decimal): -3572474 or 425417. OLE color: 425417.

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

Color convert

RGB 201 125 6 -
CMYK 0 0.38 0.97 0.21
HSL 36.62º 0.94% 0.41% -
HSV(B) 36.62º 0.97% 0.79% -
XYZ 31.45 27.1 3.74 -
YUV 134.16 55.68 175.68 -
System Red Green Blue C M Y K H S L
Decimal 201 125 6 0 0.38 0.97 0.21 36.62 0.94 0.41
Hex C9 7D 6 0 26 61 15 25 5E 29
Octal 311 175 6 0 46 141 25 45 136 51
Binary 11001001 1111101 110 0 100110 1100001 10101 100101 1011110 101001

Color Harmonies of #C97D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D06

Black with #C97D06

Text Example


Text Example

White with #C97D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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