Html Css Color HEX #D9CAB8 Stark White

📋 copy color: '#D9CAB8'

red 217 ◦ green 202 ◦ blue 184

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

Shades of Stark White #D9CAB8

Tints of Stark White #D9CAB8

RGB

 RED value IS 217 (85.16% from 255) = 35.99%

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

 BLUE value IS 184 (72.27% from 255) = 30.51%

R = 35.99%
G = 33.5%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D9CAB8 (or 0xD9CAB8) is known color: Stark White. HEX triplet: D9, CA and B8. RGB value is (217,202,184). Sum of RGB (Red+Green+Blue) = 217+202+184=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAB8 is #263547. Grayscale: #CCCCCC. Windows color (decimal): -2504008 or 12110553. OLE color: 12110553.

HSL color Cylindrical-coordinate representation of color #D9CAB8: hue angle of 32.73º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9CAB8 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 202 184 -
CMYK 0 0.07 0.15 0.15
HSL 32.73º 0.3% 0.79% -
HSV(B) 32.73º 0.15% 0.85% -
XYZ 58.39 60.45 53.94 -
YUV 204.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 217 202 184 0 0.07 0.15 0.15 32.73 0.3 0.79
Hex D9 CA B8 0 7 F F 21 1E 4F
Octal 331 312 270 0 7 17 17 41 36 117
Binary 11011001 11001010 10111000 0 111 1111 1111 100001 11110 1001111

Color Harmonies of #D9CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CAB8

Black with #D9CAB8

Text Example


Text Example

White with #D9CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CAB8; }

 p { color: rgb(217,202,184); }

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

background-color css

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

 a { background-color: rgb(217,202,184); }

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

border-color css

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

 span { border-color: rgb(217,202,184); }

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