Html Css Color HEX #DDCAB3 Stark White

📋 copy color: '#DDCAB3'

red 221 ◦ green 202 ◦ blue 179

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

Shades of Stark White #DDCAB3

Tints of Stark White #DDCAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.73%

R = 36.71%
G = 33.55%
B = 29.73%

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

#DDCAB3 (or 0xDDCAB3) is known color: Stark White. HEX triplet: DD, CA and B3. RGB value is (221,202,179). Sum of RGB (Red+Green+Blue) = 221+202+179=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAB3 is #22354C. Grayscale: #CDCDCD. Windows color (decimal): -2241869 or 11782877. OLE color: 11782877.

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

Color convert

RGB 221 202 179 -
CMYK 0 0.09 0.19 0.13
HSL 32.86º 0.38% 0.78% -
HSV(B) 32.86º 0.19% 0.87% -
XYZ 59.08 60.87 51.28 -
YUV 205.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 221 202 179 0 0.09 0.19 0.13 32.86 0.38 0.78
Hex DD CA B3 0 9 13 D 21 26 4E
Octal 335 312 263 0 11 23 15 41 46 116
Binary 11011101 11001010 10110011 0 1001 10011 1101 100001 100110 1001110

Color Harmonies of #DDCAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCAB3

Black with #DDCAB3

Text Example


Text Example

White with #DDCAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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