#DCCD7B

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

Shades of Sandwisp #DCCD7B

Tints of Sandwisp #DCCD7B

Color information

#DCCD7B (or 0xDCCD7B) is unknown color: approx Sandwisp. HEX triplet: DC, CD and 7B. RGB value is (220,205,123). Sum of RGB (Red+Green+Blue) = 220+205+123=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD7B is #233284. Grayscale: #C8C8C8. Windows color (decimal): -2306693 or 8113628. OLE color: 8113628.

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

Color convert

RGB220205123-
CMYK00.070.440.14
HSL50.72º58.08%67.25%-
HSV(B)50.72º44.09%86.27%-
XYZ54.9260.3127.48-
YUV200.1484.47142.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 123 (48.44% from 255) = 22.45%
R=40.15%
G=37.41%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020512300.070.440.1450.7258.0867.25
HexDCCD7B072CE333a43
Octal3343151730754166372103
Binary11011100110011011111011011110110011101100111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD7B; }

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

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

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

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

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

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

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

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