Html Css Color HEX #C77400 Dark Goldenrod

📋 copy color: '#C77400'

red 199 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #C77400

Tints of Dark Goldenrod #C77400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.17%
G = 36.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C77400 (or 0xC77400) is known color: Dark Goldenrod. HEX triplet: C7, 74 and 00. RGB value is (199,116,0). Sum of RGB (Red+Green+Blue) = 199+116+0=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C77400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77400 is #388BFF. Grayscale: #808080. Windows color (decimal): -3705856 or 29895. OLE color: 29895.

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

Color convert

RGB 199 116 0 -
CMYK 0 0.42 1 0.22
HSL 34.97º 1% 0.39% -
HSV(B) 34.97º 1% 0.78% -
XYZ 29.8 24.63 3.18 -
YUV 127.59 56 178.93 -
System Red Green Blue C M Y K H S L
Decimal 199 116 0 0 0.42 1 0.22 34.97 1 0.39
Hex C7 74 0 0 2A 64 16 23 64 27
Octal 307 164 0 0 52 144 26 43 144 47
Binary 11000111 1110100 0 0 101010 1100100 10110 100011 1100100 100111

Color Harmonies of #C77400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77400

Black with #C77400

Text Example


Text Example

White with #C77400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77400; }

 p { color: rgb(199,116,0); }

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

background-color css

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

 a { background-color: rgb(199,116,0); }

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

border-color css

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

 span { border-color: rgb(199,116,0); }

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