Html Css Color HEX #C77D06 Dark Goldenrod

📋 copy color: '#C77D06'

red 199 ◦ green 125 ◦ blue 6

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

Shades of Dark Goldenrod #C77D06

Tints of Dark Goldenrod #C77D06

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

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

R = 60.3%
G = 37.88%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C77D06 (or 0xC77D06) is known color: Dark Goldenrod. HEX triplet: C7, 7D and 06. RGB value is (199,125,6). Sum of RGB (Red+Green+Blue) = 199+125+6=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77D06 is #3882F9. Grayscale: #868686. Windows color (decimal): -3703546 or 425415. OLE color: 425415.

HSL color Cylindrical-coordinate representation of color #C77D06: hue angle of 36.99º degrees, saturation: 0.94, 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 #C77D06 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 125 6 -
CMYK 0 0.37 0.97 0.22
HSL 36.99º 0.94% 0.4% -
HSV(B) 36.99º 0.97% 0.78% -
XYZ 30.92 26.82 3.72 -
YUV 133.56 56.02 174.68 -
System Red Green Blue C M Y K H S L
Decimal 199 125 6 0 0.37 0.97 0.22 36.99 0.94 0.4
Hex C7 7D 6 0 25 61 16 25 5E 28
Octal 307 175 6 0 45 141 26 45 136 50
Binary 11000111 1111101 110 0 100101 1100001 10110 100101 1011110 101000

Color Harmonies of #C77D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D06

Black with #C77D06

Text Example


Text Example

White with #C77D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D06; }

 p { color: rgb(199,125,6); }

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

background-color css

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

 a { background-color: rgb(199,125,6); }

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

border-color css

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

 span { border-color: rgb(199,125,6); }

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