Html Css Color HEX #C97A04 Dark Goldenrod

📋 copy color: '#C97A04'

red 201 ◦ green 122 ◦ blue 4

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

Shades of Dark Goldenrod #C97A04

Tints of Dark Goldenrod #C97A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 61.47%
G = 37.31%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C97A04 (or 0xC97A04) is known color: Dark Goldenrod. HEX triplet: C9, 7A and 04. RGB value is (201,122,4). Sum of RGB (Red+Green+Blue) = 201+122+4=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A04 is #3685FB. Grayscale: #848484. Windows color (decimal): -3573244 or 293577. OLE color: 293577.

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

Color convert

RGB 201 122 4 -
CMYK 0 0.39 0.98 0.21
HSL 35.94º 0.96% 0.4% -
HSV(B) 35.94º 0.98% 0.79% -
XYZ 31.07 26.35 3.56 -
YUV 132.17 55.67 177.09 -
System Red Green Blue C M Y K H S L
Decimal 201 122 4 0 0.39 0.98 0.21 35.94 0.96 0.4
Hex C9 7A 4 0 27 62 15 24 60 28
Octal 311 172 4 0 47 142 25 44 140 50
Binary 11001001 1111010 100 0 100111 1100010 10101 100100 1100000 101000

Color Harmonies of #C97A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A04

Black with #C97A04

Text Example


Text Example

White with #C97A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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