Html Css Color HEX #D0C7BA Stark White

📋 copy color: '#D0C7BA'

red 208 ◦ green 199 ◦ blue 186

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

Shades of Stark White #D0C7BA

Tints of Stark White #D0C7BA

RGB

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

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

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

R = 35.08%
G = 33.56%
B = 31.37%

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

#D0C7BA (or 0xD0C7BA) is known color: Stark White. HEX triplet: D0, C7 and BA. RGB value is (208,199,186). Sum of RGB (Red+Green+Blue) = 208+199+186=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C7BA is #2F3845. Grayscale: #C8C8C8. Windows color (decimal): -3094598 or 12240848. OLE color: 12240848.

HSL color Cylindrical-coordinate representation of color #D0C7BA: hue angle of 35.45º degrees, saturation: 0.19, 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 #D0C7BA is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 199 186 -
CMYK 0 0.04 0.11 0.18
HSL 35.45º 0.19% 0.77% -
HSV(B) 35.45º 0.11% 0.82% -
XYZ 55.3 57.8 54.7 -
YUV 200.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 208 199 186 0 0.04 0.11 0.18 35.45 0.19 0.77
Hex D0 C7 BA 0 4 B 12 23 13 4D
Octal 320 307 272 0 4 13 22 43 23 115
Binary 11010000 11000111 10111010 0 100 1011 10010 100011 10011 1001101

Color Harmonies of #D0C7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C7BA

Black with #D0C7BA

Text Example


Text Example

White with #D0C7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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