Html Css Color HEX #D5C7B6 Stark White

📋 copy color: '#D5C7B6'

red 213 ◦ green 199 ◦ blue 182

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

Shades of Stark White #D5C7B6

Tints of Stark White #D5C7B6

RGB

 RED value IS 213 (83.59% from 255) = 35.86%

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

 BLUE value IS 182 (71.48% from 255) = 30.64%

R = 35.86%
G = 33.5%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D5C7B6 (or 0xD5C7B6) is known color: Stark White. HEX triplet: D5, C7 and B6. RGB value is (213,199,182). Sum of RGB (Red+Green+Blue) = 213+199+182=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7B6 is #2A3849. Grayscale: #C9C9C9. Windows color (decimal): -2766922 or 11978709. OLE color: 11978709.

HSL color Cylindrical-coordinate representation of color #D5C7B6: hue angle of 32.9º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5C7B6 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 199 182 -
CMYK 0 0.07 0.15 0.16
HSL 32.9º 0.27% 0.77% -
HSV(B) 32.9º 0.15% 0.84% -
XYZ 56.31 58.37 52.55 -
YUV 201.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 213 199 182 0 0.07 0.15 0.16 32.9 0.27 0.77
Hex D5 C7 B6 0 7 F 10 21 1B 4D
Octal 325 307 266 0 7 17 20 41 33 115
Binary 11010101 11000111 10110110 0 111 1111 10000 100001 11011 1001101

Color Harmonies of #D5C7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C7B6

Black with #D5C7B6

Text Example


Text Example

White with #D5C7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C7B6; }

 p { color: rgb(213,199,182); }

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

background-color css

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

 a { background-color: rgb(213,199,182); }

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

border-color css

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

 span { border-color: rgb(213,199,182); }

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