Html Css Color HEX #D0C3AE Stark White

📋 copy color: '#D0C3AE'

red 208 ◦ green 195 ◦ blue 174

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

Shades of Stark White #D0C3AE

Tints of Stark White #D0C3AE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.8%

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

R = 36.05%
G = 33.8%
B = 30.16%

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

#D0C3AE (or 0xD0C3AE) is known color: Stark White. HEX triplet: D0, C3 and AE. RGB value is (208,195,174). Sum of RGB (Red+Green+Blue) = 208+195+174=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C3AE is #2F3C51. Grayscale: #C4C4C4. Windows color (decimal): -3095634 or 11453392. OLE color: 11453392.

HSL color Cylindrical-coordinate representation of color #D0C3AE: hue angle of 37.06º 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 #D0C3AE is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 195 174 -
CMYK 0 0.06 0.16 0.18
HSL 37.06º 0.27% 0.75% -
HSV(B) 37.06º 0.16% 0.82% -
XYZ 53.17 55.5 47.95 -
YUV 196.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 208 195 174 0 0.06 0.16 0.18 37.06 0.27 0.75
Hex D0 C3 AE 0 6 10 12 25 1B 4B
Octal 320 303 256 0 6 20 22 45 33 113
Binary 11010000 11000011 10101110 0 110 10000 10010 100101 11011 1001011

Color Harmonies of #D0C3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C3AE

Black with #D0C3AE

Text Example


Text Example

White with #D0C3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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