Html Css Color HEX #D2C5B0 Stark White

📋 copy color: '#D2C5B0'

red 210 ◦ green 197 ◦ blue 176

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

Shades of Stark White #D2C5B0

Tints of Stark White #D2C5B0

RGB

 RED value IS 210 (82.42% from 255) = 36.02%

 GREEN value IS 197 (77.34% from 255) = 33.79%

 BLUE value IS 176 (69.14% from 255) = 30.19%

R = 36.02%
G = 33.79%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D2C5B0 (or 0xD2C5B0) is known color: Stark White. HEX triplet: D2, C5 and B0. RGB value is (210,197,176). Sum of RGB (Red+Green+Blue) = 210+197+176=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C5B0 is #2D3A4F. Grayscale: #C6C6C6. Windows color (decimal): -2964048 or 11584978. OLE color: 11584978.

HSL color Cylindrical-coordinate representation of color #D2C5B0: hue angle of 37.06º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2C5B0 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 197 176 -
CMYK 0 0.06 0.16 0.18
HSL 37.06º 0.27% 0.76% -
HSV(B) 37.06º 0.16% 0.82% -
XYZ 54.38 56.77 49.17 -
YUV 198.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 210 197 176 0 0.06 0.16 0.18 37.06 0.27 0.76
Hex D2 C5 B0 0 6 10 12 25 1B 4C
Octal 322 305 260 0 6 20 22 45 33 114
Binary 11010010 11000101 10110000 0 110 10000 10010 100101 11011 1001100

Color Harmonies of #D2C5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C5B0

Black with #D2C5B0

Text Example


Text Example

White with #D2C5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C5B0; }

 p { color: rgb(210,197,176); }

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

background-color css

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

 a { background-color: rgb(210,197,176); }

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

border-color css

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

 span { border-color: rgb(210,197,176); }

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