Html Css Color HEX #D4CABD Stark White

📋 copy color: '#D4CABD'

red 212 ◦ green 202 ◦ blue 189

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

Shades of Stark White #D4CABD

Tints of Stark White #D4CABD

RGB

 RED value IS 212 (83.2% from 255) = 35.16%

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

 BLUE value IS 189 (74.22% from 255) = 31.34%

R = 35.16%
G = 33.5%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D4CABD (or 0xD4CABD) is known color: Stark White. HEX triplet: D4, CA and BD. RGB value is (212,202,189). Sum of RGB (Red+Green+Blue) = 212+202+189=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CABD is #2B3542. Grayscale: #CBCBCB. Windows color (decimal): -2831683 or 12438228. OLE color: 12438228.

HSL color Cylindrical-coordinate representation of color #D4CABD: hue angle of 33.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CABD is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 202 189 -
CMYK 0 0.05 0.11 0.17
HSL 33.91º 0.21% 0.79% -
HSV(B) 33.91º 0.11% 0.83% -
XYZ 57.46 59.91 56.68 -
YUV 203.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 212 202 189 0 0.05 0.11 0.17 33.91 0.21 0.79
Hex D4 CA BD 0 5 B 11 22 15 4F
Octal 324 312 275 0 5 13 21 42 25 117
Binary 11010100 11001010 10111101 0 101 1011 10001 100010 10101 1001111

Color Harmonies of #D4CABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CABD

Black with #D4CABD

Text Example


Text Example

White with #D4CABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CABD; }

 p { color: rgb(212,202,189); }

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

background-color css

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

 a { background-color: rgb(212,202,189); }

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

border-color css

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

 span { border-color: rgb(212,202,189); }

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