#DDCB7D

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

Shades of Sandwisp #DDCB7D

Tints of Sandwisp #DDCB7D

Color information

#DDCB7D (or 0xDDCB7D) is unknown color: approx Sandwisp. HEX triplet: DD, CB and 7D. RGB value is (221,203,125). Sum of RGB (Red+Green+Blue) = 221+203+125=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB7D is #223482. Grayscale: #C7C7C7. Windows color (decimal): -2241667 or 8244189. OLE color: 8244189.

HSL color Cylindrical-coordinate representation of color #DDCB7D: hue angle of 48.75º degrees, saturation: 0.59, 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 #DDCB7D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221203125-
CMYK00.080.430.13
HSL48.75º58.54%67.84%-
HSV(B)48.75º43.44%86.67%-
XYZ54.8859.5628.01-
YUV199.4985.96143.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 125 (49.22% from 255) = 22.77%
R=40.26%
G=36.98%
B=22.77%

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
Decimal22120312500.080.430.1348.7558.5467.84
HexDDCB7D082BD313b44
Octal33531317501053156173104
Binary110111011100101111111010100010101111011100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB7D; }

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

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

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

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

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

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

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

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