Html Css Color HEX #C97F05 Dark Goldenrod

📋 copy color: '#C97F05'

red 201 ◦ green 127 ◦ blue 5

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

Shades of Dark Goldenrod #C97F05

Tints of Dark Goldenrod #C97F05

RGB

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

 GREEN value IS 127 (50% from 255) = 38.14%

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

R = 60.36%
G = 38.14%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C97F05 (or 0xC97F05) is known color: Dark Goldenrod. HEX triplet: C9, 7F and 05. RGB value is (201,127,5). Sum of RGB (Red+Green+Blue) = 201+127+5=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97F05 is #3680FA. Grayscale: #878787. Windows color (decimal): -3571963 or 360393. OLE color: 360393.

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

Color convert

RGB 201 127 5 -
CMYK 0 0.37 0.98 0.21
HSL 37.35º 0.95% 0.4% -
HSV(B) 37.35º 0.98% 0.79% -
XYZ 31.7 27.61 3.8 -
YUV 135.22 54.52 174.92 -
System Red Green Blue C M Y K H S L
Decimal 201 127 5 0 0.37 0.98 0.21 37.35 0.95 0.4
Hex C9 7F 5 0 25 62 15 25 5F 28
Octal 311 177 5 0 45 142 25 45 137 50
Binary 11001001 1111111 101 0 100101 1100010 10101 100101 1011111 101000

Color Harmonies of #C97F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F05

Black with #C97F05

Text Example


Text Example

White with #C97F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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