Html Css Color HEX #D2C9AD Parchment

📋 copy color: '#D2C9AD'

red 210 ◦ green 201 ◦ blue 173

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

Shades of Parchment #D2C9AD

Tints of Parchment #D2C9AD

RGB

 RED value IS 210 (82.42% from 255) = 35.96%

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

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

R = 35.96%
G = 34.42%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D2C9AD (or 0xD2C9AD) is known color: Parchment. HEX triplet: D2, C9 and AD. RGB value is (210,201,173). Sum of RGB (Red+Green+Blue) = 210+201+173=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C9AD is #2D3652. Grayscale: #C8C8C8. Windows color (decimal): -2963027 or 11389394. OLE color: 11389394.

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

Color convert

RGB 210 201 173 -
CMYK 0 0.04 0.18 0.18
HSL 45.41º 0.29% 0.75% -
HSV(B) 45.41º 0.18% 0.82% -
XYZ 55.01 58.49 47.93 -
YUV 200.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 210 201 173 0 0.04 0.18 0.18 45.41 0.29 0.75
Hex D2 C9 AD 0 4 12 12 2D 1D 4B
Octal 322 311 255 0 4 22 22 55 35 113
Binary 11010010 11001001 10101101 0 100 10010 10010 101101 11101 1001011

Color Harmonies of #D2C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C9AD

Black with #D2C9AD

Text Example


Text Example

White with #D2C9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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