#DCC77D

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

Shades of Sandwisp #DCC77D

Tints of Sandwisp #DCC77D

Color information

#DCC77D (or 0xDCC77D) is unknown color: approx Sandwisp. HEX triplet: DC, C7 and 7D. RGB value is (220,199,125). Sum of RGB (Red+Green+Blue) = 220+199+125=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC77D is #233882. Grayscale: #C5C5C5. Windows color (decimal): -2308227 or 8243164. OLE color: 8243164.

HSL color Cylindrical-coordinate representation of color #DCC77D: hue angle of 46.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCC77D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220199125-
CMYK00.100.430.14
HSL46.74º57.58%67.65%-
HSV(B)46.74º43.18%86.27%-
XYZ53.6457.5427.68-
YUV196.8487.46144.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 199 (78.12% from 255) = 36.58%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=40.44%
G=36.58%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019912500.100.430.1446.7457.5867.65
HexDCC77D0A2BE2f3a44
Octal33430717501253165772104
Binary110111001100011111111010101010101111101011111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC77D; }

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

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

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

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

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

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

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

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