Html Css Color HEX #D0C8AD Parchment

📋 copy color: '#D0C8AD'

red 208 ◦ green 200 ◦ blue 173

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

Shades of Parchment #D0C8AD

Tints of Parchment #D0C8AD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.42%

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

R = 35.8%
G = 34.42%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D0C8AD (or 0xD0C8AD) is known color: Parchment. HEX triplet: D0, C8 and AD. RGB value is (208,200,173). Sum of RGB (Red+Green+Blue) = 208+200+173=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C8AD is #2F3752. Grayscale: #C7C7C7. Windows color (decimal): -3094355 or 11389136. OLE color: 11389136.

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

Color convert

RGB 208 200 173 -
CMYK 0 0.04 0.17 0.18
HSL 46.29º 0.27% 0.75% -
HSV(B) 46.29º 0.17% 0.82% -
XYZ 54.21 57.74 47.82 -
YUV 199.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 208 200 173 0 0.04 0.17 0.18 46.29 0.27 0.75
Hex D0 C8 AD 0 4 11 12 2E 1B 4B
Octal 320 310 255 0 4 21 22 56 33 113
Binary 11010000 11001000 10101101 0 100 10001 10010 101110 11011 1001011

Color Harmonies of #D0C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C8AD

Black with #D0C8AD

Text Example


Text Example

White with #D0C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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