#DDCB7E

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

Shades of Sandwisp #DDCB7E

Tints of Sandwisp #DDCB7E

Color information

#DDCB7E (or 0xDDCB7E) is unknown color: approx Sandwisp. HEX triplet: DD, CB and 7E. RGB value is (221,203,126). Sum of RGB (Red+Green+Blue) = 221+203+126=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB7E is #223481. Grayscale: #C7C7C7. Windows color (decimal): -2241666 or 8309725. OLE color: 8309725.

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

Color convert

RGB221203126-
CMYK00.080.430.13
HSL48.63º58.28%68.04%-
HSV(B)48.63º42.99%86.67%-
XYZ54.9459.5928.35-
YUV199.686.46143.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 126 (49.61% from 255) = 22.91%
R=40.18%
G=36.91%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120312600.080.430.1348.6358.2868.04
HexDDCB7E082BD313a44
Octal33531317601053156172104
Binary110111011100101111111100100010101111011100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB7E; }

 p { color: rgb(221,203,126); }

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

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

 a { background-color: rgb(221,203,126); }

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

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

 span { border-color: rgb(221,203,126); }

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