Html Css Color HEX #DDCAB0 Spanish White

📋 copy color: '#DDCAB0'

red 221 ◦ green 202 ◦ blue 176

#DDCAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish White #DDCAB0

Tints of Spanish White #DDCAB0

RGB

 RED value IS 221 (86.72% from 255) = 36.89%

 GREEN value IS 202 (79.3% from 255) = 33.72%

 BLUE value IS 176 (69.14% from 255) = 29.38%

R = 36.89%
G = 33.72%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDCAB0 (or 0xDDCAB0) is known color: Spanish White. HEX triplet: DD, CA and B0. RGB value is (221,202,176). Sum of RGB (Red+Green+Blue) = 221+202+176=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAB0 is #22354F. Grayscale: #CCCCCC. Windows color (decimal): -2241872 or 11586269. OLE color: 11586269.

HSL color Cylindrical-coordinate representation of color #DDCAB0: hue angle of 34.67º degrees, saturation: 0.4, 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 #DDCAB0 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 202 176 -
CMYK 0 0.09 0.20 0.13
HSL 34.67º 0.4% 0.78% -
HSV(B) 34.67º 0.2% 0.87% -
XYZ 58.78 60.75 49.7 -
YUV 204.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 221 202 176 0 0.09 0.20 0.13 34.67 0.4 0.78
Hex DD CA B0 0 9 14 D 23 28 4E
Octal 335 312 260 0 11 24 15 43 50 116
Binary 11011101 11001010 10110000 0 1001 10100 1101 100011 101000 1001110

Color Harmonies of #DDCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCAB0

Black with #DDCAB0

Text Example


Text Example

White with #DDCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCAB0; }

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

 H1.HeaderClassName
 {
   color: #DDCAB0;
 }
 .AnyTagClassName
 {
   color: #DDCAB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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