Html Css Color HEX #D0C7BE Stark White

📋 copy color: '#D0C7BE'

red 208 ◦ green 199 ◦ blue 190

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

Shades of Stark White #D0C7BE

Tints of Stark White #D0C7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.83%

R = 34.84%
G = 33.33%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D0C7BE (or 0xD0C7BE) is known color: Stark White. HEX triplet: D0, C7 and BE. RGB value is (208,199,190). Sum of RGB (Red+Green+Blue) = 208+199+190=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C7BE is #2F3841. Grayscale: #C8C8C8. Windows color (decimal): -3094594 or 12502992. OLE color: 12502992.

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

Color convert

RGB 208 199 190 -
CMYK 0 0.04 0.09 0.18
HSL 30º 0.16% 0.78% -
HSV(B) 30º 0.09% 0.82% -
XYZ 55.73 57.97 56.97 -
YUV 200.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 208 199 190 0 0.04 0.09 0.18 30 0.16 0.78
Hex D0 C7 BE 0 4 9 12 1E 10 4E
Octal 320 307 276 0 4 11 22 36 20 116
Binary 11010000 11000111 10111110 0 100 1001 10010 11110 10000 1001110

Color Harmonies of #D0C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C7BE

Black with #D0C7BE

Text Example


Text Example

White with #D0C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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