Html Css Color HEX #C77801 Dark Goldenrod

📋 copy color: '#C77801'

red 199 ◦ green 120 ◦ blue 1

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

Shades of Dark Goldenrod #C77801

Tints of Dark Goldenrod #C77801

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.5%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 62.19%
G = 37.5%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C77801 (or 0xC77801) is known color: Dark Goldenrod. HEX triplet: C7, 78 and 01. RGB value is (199,120,1). Sum of RGB (Red+Green+Blue) = 199+120+1=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C77801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77801 is #3887FE. Grayscale: #828282. Windows color (decimal): -3704831 or 96455. OLE color: 96455.

HSL color Cylindrical-coordinate representation of color #C77801: hue angle of 36.06º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C77801 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 120 1 -
CMYK 0 0.40 0.99 0.22
HSL 36.06º 0.99% 0.39% -
HSV(B) 36.06º 0.99% 0.78% -
XYZ 30.28 25.58 3.37 -
YUV 130.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 199 120 1 0 0.40 0.99 0.22 36.06 0.99 0.39
Hex C7 78 1 0 28 63 16 24 63 27
Octal 307 170 1 0 50 143 26 44 143 47
Binary 11000111 1111000 1 0 101000 1100011 10110 100100 1100011 100111

Color Harmonies of #C77801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77801

Black with #C77801

Text Example


Text Example

White with #C77801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77801; }

 p { color: rgb(199,120,1); }

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

background-color css

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

 a { background-color: rgb(199,120,1); }

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

border-color css

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

 span { border-color: rgb(199,120,1); }

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