Html Css Color HEX #D4C7BA Stark White

📋 copy color: '#D4C7BA'

red 212 ◦ green 199 ◦ blue 186

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

Shades of Stark White #D4C7BA

Tints of Stark White #D4C7BA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.33%

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

R = 35.51%
G = 33.33%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4C7BA (or 0xD4C7BA) is known color: Stark White. HEX triplet: D4, C7 and BA. RGB value is (212,199,186). Sum of RGB (Red+Green+Blue) = 212+199+186=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C7BA is #2B3845. Grayscale: #C9C9C9. Windows color (decimal): -2832454 or 12240852. OLE color: 12240852.

HSL color Cylindrical-coordinate representation of color #D4C7BA: hue angle of 30º 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 #D4C7BA is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 199 186 -
CMYK 0 0.06 0.12 0.17
HSL 30º 0.23% 0.78% -
HSV(B) 30º 0.12% 0.83% -
XYZ 56.44 58.39 54.75 -
YUV 201.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 212 199 186 0 0.06 0.12 0.17 30 0.23 0.78
Hex D4 C7 BA 0 6 C 11 1E 17 4E
Octal 324 307 272 0 6 14 21 36 27 116
Binary 11010100 11000111 10111010 0 110 1100 10001 11110 10111 1001110

Color Harmonies of #D4C7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C7BA

Black with #D4C7BA

Text Example


Text Example

White with #D4C7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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