Html Css Color HEX #C77205 Dark Goldenrod

📋 copy color: '#C77205'

red 199 ◦ green 114 ◦ blue 5

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

Shades of Dark Goldenrod #C77205

Tints of Dark Goldenrod #C77205

RGB

 RED value IS 199 (78.13% from 255) = 62.58%

 GREEN value IS 114 (44.92% from 255) = 35.85%

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

R = 62.58%
G = 35.85%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C77205 (or 0xC77205) is known color: Dark Goldenrod. HEX triplet: C7, 72 and 05. RGB value is (199,114,5). Sum of RGB (Red+Green+Blue) = 199+114+5=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C77205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77205 is #388DFA. Grayscale: #7F7F7F. Windows color (decimal): -3706363 or 357063. OLE color: 357063.

HSL color Cylindrical-coordinate representation of color #C77205: hue angle of 33.71º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C77205 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 5 -
CMYK 0 0.43 0.97 0.22
HSL 33.71º 0.95% 0.4% -
HSV(B) 33.71º 0.97% 0.78% -
XYZ 29.6 24.19 3.25 -
YUV 126.99 59.16 179.36 -
System Red Green Blue C M Y K H S L
Decimal 199 114 5 0 0.43 0.97 0.22 33.71 0.95 0.4
Hex C7 72 5 0 2B 61 16 22 5F 28
Octal 307 162 5 0 53 141 26 42 137 50
Binary 11000111 1110010 101 0 101011 1100001 10110 100010 1011111 101000

Color Harmonies of #C77205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77205

Black with #C77205

Text Example


Text Example

White with #C77205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77205; }

 p { color: rgb(199,114,5); }

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

background-color css

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

 a { background-color: rgb(199,114,5); }

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

border-color css

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

 span { border-color: rgb(199,114,5); }

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