Html Css Color HEX #D0C9AD Parchment

📋 copy color: '#D0C9AD'

red 208 ◦ green 201 ◦ blue 173

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

Shades of Parchment #D0C9AD

Tints of Parchment #D0C9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.54%

 BLUE value IS 173 (67.97% from 255) = 29.73%

R = 35.74%
G = 34.54%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D0C9AD (or 0xD0C9AD) is known color: Parchment. HEX triplet: D0, C9 and AD. RGB value is (208,201,173). Sum of RGB (Red+Green+Blue) = 208+201+173=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C9AD is #2F3652. Grayscale: #C8C8C8. Windows color (decimal): -3094099 or 11389392. OLE color: 11389392.

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

Color convert

RGB 208 201 173 -
CMYK 0 0.03 0.17 0.18
HSL 48º 0.27% 0.75% -
HSV(B) 48º 0.17% 0.82% -
XYZ 54.44 58.2 47.9 -
YUV 199.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 208 201 173 0 0.03 0.17 0.18 48 0.27 0.75
Hex D0 C9 AD 0 3 11 12 30 1B 4B
Octal 320 311 255 0 3 21 22 60 33 113
Binary 11010000 11001001 10101101 0 11 10001 10010 110000 11011 1001011

Color Harmonies of #D0C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C9AD

Black with #D0C9AD

Text Example


Text Example

White with #D0C9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C9AD; }

 p { color: rgb(208,201,173); }

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

background-color css

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

 a { background-color: rgb(208,201,173); }

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

border-color css

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

 span { border-color: rgb(208,201,173); }

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