Html Css Color HEX #D0C7B9 Stark White

📋 copy color: '#D0C7B9'

red 208 ◦ green 199 ◦ blue 185

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

Shades of Stark White #D0C7B9

Tints of Stark White #D0C7B9

RGB

 RED value IS 208 (81.64% from 255) = 35.14%

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

 BLUE value IS 185 (72.66% from 255) = 31.25%

R = 35.14%
G = 33.61%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D0C7B9 (or 0xD0C7B9) is known color: Stark White. HEX triplet: D0, C7 and B9. RGB value is (208,199,185). Sum of RGB (Red+Green+Blue) = 208+199+185=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C7B9 is #2F3846. Grayscale: #C8C8C8. Windows color (decimal): -3094599 or 12175312. OLE color: 12175312.

HSL color Cylindrical-coordinate representation of color #D0C7B9: hue angle of 36.52º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0C7B9 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 199 185 -
CMYK 0 0.04 0.11 0.18
HSL 36.52º 0.2% 0.77% -
HSV(B) 36.52º 0.11% 0.82% -
XYZ 55.19 57.76 54.14 -
YUV 200.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 208 199 185 0 0.04 0.11 0.18 36.52 0.2 0.77
Hex D0 C7 B9 0 4 B 12 25 14 4D
Octal 320 307 271 0 4 13 22 45 24 115
Binary 11010000 11000111 10111001 0 100 1011 10010 100101 10100 1001101

Color Harmonies of #D0C7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C7B9

Black with #D0C7B9

Text Example


Text Example

White with #D0C7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C7B9; }

 p { color: rgb(208,199,185); }

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

background-color css

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

 a { background-color: rgb(208,199,185); }

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

border-color css

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

 span { border-color: rgb(208,199,185); }

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