Html Css Color HEX #D0C7AD Parchment

📋 copy color: '#D0C7AD'

red 208 ◦ green 199 ◦ blue 173

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

Shades of Parchment #D0C7AD

Tints of Parchment #D0C7AD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.31%

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

R = 35.86%
G = 34.31%
B = 29.83%

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

#D0C7AD (or 0xD0C7AD) is known color: Parchment. HEX triplet: D0, C7 and AD. RGB value is (208,199,173). Sum of RGB (Red+Green+Blue) = 208+199+173=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C7AD is #2F3852. Grayscale: #C6C6C6. Windows color (decimal): -3094611 or 11388880. OLE color: 11388880.

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

Color convert

RGB 208 199 173 -
CMYK 0 0.04 0.17 0.18
HSL 44.57º 0.27% 0.75% -
HSV(B) 44.57º 0.17% 0.82% -
XYZ 53.98 57.27 47.75 -
YUV 198.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 208 199 173 0 0.04 0.17 0.18 44.57 0.27 0.75
Hex D0 C7 AD 0 4 11 12 2D 1B 4B
Octal 320 307 255 0 4 21 22 55 33 113
Binary 11010000 11000111 10101101 0 100 10001 10010 101101 11011 1001011

Color Harmonies of #D0C7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C7AD

Black with #D0C7AD

Text Example


Text Example

White with #D0C7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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