#DCCD7D

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

Shades of Sandwisp #DCCD7D

Tints of Sandwisp #DCCD7D

Color information

#DCCD7D (or 0xDCCD7D) is unknown color: approx Sandwisp. HEX triplet: DC, CD and 7D. RGB value is (220,205,125). Sum of RGB (Red+Green+Blue) = 220+205+125=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD7D is #233282. Grayscale: #C8C8C8. Windows color (decimal): -2306691 or 8244700. OLE color: 8244700.

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

Color convert

RGB220205125-
CMYK00.070.430.14
HSL50.53º57.58%67.65%-
HSV(B)50.53º43.18%86.27%-
XYZ55.0560.3628.15-
YUV200.3685.47142-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 125 (49.22% from 255) = 22.73%
R=40%
G=37.27%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020512500.070.430.1450.5357.5867.65
HexDCCD7D072BE333a44
Octal3343151750753166372104
Binary11011100110011011111101011110101111101100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD7D; }

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

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

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

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

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

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

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

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