Html Css Color HEX #D4C6BA Stark White

📋 copy color: '#D4C6BA'

red 212 ◦ green 198 ◦ blue 186

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

Shades of Stark White #D4C6BA

Tints of Stark White #D4C6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.22%

 BLUE value IS 186 (73.05% from 255) = 31.21%

R = 35.57%
G = 33.22%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4C6BA (or 0xD4C6BA) is known color: Stark White. HEX triplet: D4, C6 and BA. RGB value is (212,198,186). Sum of RGB (Red+Green+Blue) = 212+198+186=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C6BA is #2B3945. Grayscale: #C8C8C8. Windows color (decimal): -2832710 or 12240596. OLE color: 12240596.

HSL color Cylindrical-coordinate representation of color #D4C6BA: hue angle of 27.69º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4C6BA is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 198 186 -
CMYK 0 0.07 0.12 0.17
HSL 27.69º 0.23% 0.78% -
HSV(B) 27.69º 0.12% 0.83% -
XYZ 56.21 57.93 54.67 -
YUV 200.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 212 198 186 0 0.07 0.12 0.17 27.69 0.23 0.78
Hex D4 C6 BA 0 7 C 11 1C 17 4E
Octal 324 306 272 0 7 14 21 34 27 116
Binary 11010100 11000110 10111010 0 111 1100 10001 11100 10111 1001110

Color Harmonies of #D4C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C6BA

Black with #D4C6BA

Text Example


Text Example

White with #D4C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C6BA; }

 p { color: rgb(212,198,186); }

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

background-color css

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

 a { background-color: rgb(212,198,186); }

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

border-color css

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

 span { border-color: rgb(212,198,186); }

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