Html Css Color HEX #D0C2AF Stark White

📋 copy color: '#D0C2AF'

red 208 ◦ green 194 ◦ blue 175

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

Shades of Stark White #D0C2AF

Tints of Stark White #D0C2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.33%

R = 36.05%
G = 33.62%
B = 30.33%

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

#D0C2AF (or 0xD0C2AF) is known color: Stark White. HEX triplet: D0, C2 and AF. RGB value is (208,194,175). Sum of RGB (Red+Green+Blue) = 208+194+175=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C2AF is #2F3D50. Grayscale: #C4C4C4. Windows color (decimal): -3095889 or 11518672. OLE color: 11518672.

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

Color convert

RGB 208 194 175 -
CMYK 0 0.07 0.16 0.18
HSL 34.55º 0.26% 0.75% -
HSV(B) 34.55º 0.16% 0.82% -
XYZ 53.04 55.09 48.39 -
YUV 196.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 208 194 175 0 0.07 0.16 0.18 34.55 0.26 0.75
Hex D0 C2 AF 0 7 10 12 23 1A 4B
Octal 320 302 257 0 7 20 22 43 32 113
Binary 11010000 11000010 10101111 0 111 10000 10010 100011 11010 1001011

Color Harmonies of #D0C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C2AF

Black with #D0C2AF

Text Example


Text Example

White with #D0C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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