Html Css Color HEX #DDCAB4 Stark White

📋 copy color: '#DDCAB4'

red 221 ◦ green 202 ◦ blue 180

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

Shades of Stark White #DDCAB4

Tints of Stark White #DDCAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.85%

R = 36.65%
G = 33.5%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDCAB4 (or 0xDDCAB4) is known color: Stark White. HEX triplet: DD, CA and B4. RGB value is (221,202,180). Sum of RGB (Red+Green+Blue) = 221+202+180=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAB4 is #22354B. Grayscale: #CDCDCD. Windows color (decimal): -2241868 or 11848413. OLE color: 11848413.

HSL color Cylindrical-coordinate representation of color #DDCAB4: hue angle of 32.2º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCAB4 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 202 180 -
CMYK 0 0.09 0.19 0.13
HSL 32.2º 0.38% 0.79% -
HSV(B) 32.2º 0.19% 0.87% -
XYZ 59.18 60.91 51.82 -
YUV 205.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 221 202 180 0 0.09 0.19 0.13 32.2 0.38 0.79
Hex DD CA B4 0 9 13 D 20 26 4F
Octal 335 312 264 0 11 23 15 40 46 117
Binary 11011101 11001010 10110100 0 1001 10011 1101 100000 100110 1001111

Color Harmonies of #DDCAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCAB4

Black with #DDCAB4

Text Example


Text Example

White with #DDCAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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