Html Css Color HEX #C97A05 Dark Goldenrod

📋 copy color: '#C97A05'

red 201 ◦ green 122 ◦ blue 5

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

Shades of Dark Goldenrod #C97A05

Tints of Dark Goldenrod #C97A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 61.28%
G = 37.2%
B = 1.52%

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

#C97A05 (or 0xC97A05) is known color: Dark Goldenrod. HEX triplet: C9, 7A and 05. RGB value is (201,122,5). Sum of RGB (Red+Green+Blue) = 201+122+5=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A05 is #3685FA. Grayscale: #848484. Windows color (decimal): -3573243 or 359113. OLE color: 359113.

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

Color convert

RGB 201 122 5 -
CMYK 0 0.39 0.98 0.21
HSL 35.82º 0.95% 0.4% -
HSV(B) 35.82º 0.98% 0.79% -
XYZ 31.07 26.35 3.59 -
YUV 132.28 56.17 177.01 -
System Red Green Blue C M Y K H S L
Decimal 201 122 5 0 0.39 0.98 0.21 35.82 0.95 0.4
Hex C9 7A 5 0 27 62 15 24 5F 28
Octal 311 172 5 0 47 142 25 44 137 50
Binary 11001001 1111010 101 0 100111 1100010 10101 100100 1011111 101000

Color Harmonies of #C97A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97A05

Black with #C97A05

Text Example


Text Example

White with #C97A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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