Html Css Color HEX #C97A06 Dark Goldenrod

📋 copy color: '#C97A06'

red 201 ◦ green 122 ◦ blue 6

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

Shades of Dark Goldenrod #C97A06

Tints of Dark Goldenrod #C97A06

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.08%

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

R = 61.09%
G = 37.08%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C97A06 (or 0xC97A06) is known color: Dark Goldenrod. HEX triplet: C9, 7A and 06. RGB value is (201,122,6). Sum of RGB (Red+Green+Blue) = 201+122+6=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A06 is #3685F9. Grayscale: #848484. Windows color (decimal): -3573242 or 424649. OLE color: 424649.

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

Color convert

RGB 201 122 6 -
CMYK 0 0.39 0.97 0.21
HSL 35.69º 0.94% 0.41% -
HSV(B) 35.69º 0.97% 0.79% -
XYZ 31.08 26.35 3.62 -
YUV 132.4 56.67 176.93 -
System Red Green Blue C M Y K H S L
Decimal 201 122 6 0 0.39 0.97 0.21 35.69 0.94 0.41
Hex C9 7A 6 0 27 61 15 24 5E 29
Octal 311 172 6 0 47 141 25 44 136 51
Binary 11001001 1111010 110 0 100111 1100001 10101 100100 1011110 101001

Color Harmonies of #C97A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A06

Black with #C97A06

Text Example


Text Example

White with #C97A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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