Html Css Color HEX #D0C2AE Stark White

📋 copy color: '#D0C2AE'

red 208 ◦ green 194 ◦ blue 174

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

Shades of Stark White #D0C2AE

Tints of Stark White #D0C2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.68%

 BLUE value IS 174 (68.36% from 255) = 30.21%

R = 36.11%
G = 33.68%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D0C2AE (or 0xD0C2AE) is known color: Stark White. HEX triplet: D0, C2 and AE. RGB value is (208,194,174). Sum of RGB (Red+Green+Blue) = 208+194+174=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C2AE is #2F3D51. Grayscale: #C4C4C4. Windows color (decimal): -3095890 or 11453136. OLE color: 11453136.

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

Color convert

RGB 208 194 174 -
CMYK 0 0.07 0.16 0.18
HSL 35.29º 0.27% 0.75% -
HSV(B) 35.29º 0.16% 0.82% -
XYZ 52.94 55.05 47.88 -
YUV 195.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 208 194 174 0 0.07 0.16 0.18 35.29 0.27 0.75
Hex D0 C2 AE 0 7 10 12 23 1B 4B
Octal 320 302 256 0 7 20 22 43 33 113
Binary 11010000 11000010 10101110 0 111 10000 10010 100011 11011 1001011

Color Harmonies of #D0C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C2AE

Black with #D0C2AE

Text Example


Text Example

White with #D0C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C2AE; }

 p { color: rgb(208,194,174); }

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

background-color css

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

 a { background-color: rgb(208,194,174); }

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

border-color css

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

 span { border-color: rgb(208,194,174); }

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