Html Css Color HEX #D2C8AD Parchment

📋 copy color: '#D2C8AD'

red 210 ◦ green 200 ◦ blue 173

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

Shades of Parchment #D2C8AD

Tints of Parchment #D2C8AD

RGB

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

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

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

R = 36.02%
G = 34.31%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D2C8AD (or 0xD2C8AD) is known color: Parchment. HEX triplet: D2, C8 and AD. RGB value is (210,200,173). Sum of RGB (Red+Green+Blue) = 210+200+173=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C8AD is #2D3752. Grayscale: #C8C8C8. Windows color (decimal): -2963283 or 11389138. OLE color: 11389138.

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

Color convert

RGB 210 200 173 -
CMYK 0 0.05 0.18 0.18
HSL 43.78º 0.29% 0.75% -
HSV(B) 43.78º 0.18% 0.82% -
XYZ 54.78 58.03 47.85 -
YUV 199.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 210 200 173 0 0.05 0.18 0.18 43.78 0.29 0.75
Hex D2 C8 AD 0 5 12 12 2C 1D 4B
Octal 322 310 255 0 5 22 22 54 35 113
Binary 11010010 11001000 10101101 0 101 10010 10010 101100 11101 1001011

Color Harmonies of #D2C8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C8AD

Black with #D2C8AD

Text Example


Text Example

White with #D2C8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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