#C77B00

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

Shades of Dark Goldenrod #C77B00

Tints of Dark Goldenrod #C77B00

Color information

#C77B00 (or 0xC77B00) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 7B and 00. RGB value is (199,123,0). Sum of RGB (Red+Green+Blue) = 199+123+0=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77B00 is #3884FF. Grayscale: #848484. Windows color (decimal): -3704064 or 31687. OLE color: 31687.

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

Color convert

RGB1991230-
CMYK00.3810.22
HSL37.09º100%39.02%-
HSV(B)37.09º100%78.04%-
XYZ30.6426.313.46-
YUV131.753.68176-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.80%
GREEN value IS 123 (48.44% from 255) = 38.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.80%
G=38.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199123000.3810.2237.0910039.02
HexC77B00266416256427
Octal3071730046144264514447
Binary110001111111011001001101100100101101001011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77B00; }

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

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

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

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

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

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

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

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