#C77200

Color #C77200 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C77200

Tints of Dark Goldenrod #C77200

Color information

#C77200 (or 0xC77200) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 72 and 00. RGB value is (199,114,0). Sum of RGB (Red+Green+Blue) = 199+114+0=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C77200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77200 is #388DFF. Grayscale: #7E7E7E. Windows color (decimal): -3706368 or 29383. OLE color: 29383.

HSL color Cylindrical-coordinate representation of color #C77200: hue angle of 34.37º 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 #C77200 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB1991140-
CMYK00.4310.22
HSL34.37º100%39.02%-
HSV(B)34.37º100%78.04%-
XYZ29.5724.183.11-
YUV126.4256.66179.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.58%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.58%
G=36.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199114000.4310.2234.3710039.02
HexC772002B6416226427
Octal3071620053144264214447
Binary110001111110010001010111100100101101000101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77200; }

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

 H1.HeaderClassName
 {
   color: #C77200;
 }
 .AnyTagClassName
 {
   color: #C77200;
 }
</style>
background-color css

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

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

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

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

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

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