#DDCAB1

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

Shades of Spanish White #DDCAB1

Tints of Spanish White #DDCAB1

Color information

#DDCAB1 (or 0xDDCAB1) is unknown color: approx Spanish White. HEX triplet: DD, CA and B1. RGB value is (221,202,177). Sum of RGB (Red+Green+Blue) = 221+202+177=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAB1 is #22354E. Grayscale: #CCCCCC. Windows color (decimal): -2241871 or 11651805. OLE color: 11651805.

HSL color Cylindrical-coordinate representation of color #DDCAB1: hue angle of 34.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCAB1 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221202177-
CMYK00.090.200.13
HSL34.09º39.29%78.04%-
HSV(B)34.09º19.91%86.67%-
XYZ58.8860.7950.23-
YUV204.83112.29139.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=36.83%
G=33.67%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120217700.090.200.1334.0939.2978.04
HexDDCAB10914D22274e
Octal33531226101124154247116
Binary110111011100101010110001010011010011011000101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAB1; }

 p { color: rgb(221,202,177); }

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

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

 a { background-color: rgb(221,202,177); }

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

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

 span { border-color: rgb(221,202,177); }

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