#DDCB7F

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

Shades of Sandwisp #DDCB7F

Tints of Sandwisp #DDCB7F

Color information

#DDCB7F (or 0xDDCB7F) is unknown color: approx Sandwisp. HEX triplet: DD, CB and 7F. RGB value is (221,203,127). Sum of RGB (Red+Green+Blue) = 221+203+127=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 127 (50% from 255 or 23.05% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB7F is #223480. Grayscale: #C8C8C8. Windows color (decimal): -2241665 or 8375261. OLE color: 8375261.

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

Color convert

RGB221203127-
CMYK00.080.430.13
HSL48.51º58.02%68.24%-
HSV(B)48.51º42.53%86.67%-
XYZ55.0159.6228.69-
YUV199.7286.96143.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 127 (50% from 255) = 23.05%
R=40.11%
G=36.84%
B=23.05%

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
Decimal22120312700.080.430.1348.5158.0268.24
HexDDCB7F082BD313a44
Octal33531317701053156172104
Binary110111011100101111111110100010101111011100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB7F; }

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

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

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

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

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

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

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

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