Html Css Color HEX #D2C5AD Parchment

📋 copy color: '#D2C5AD'

red 210 ◦ green 197 ◦ blue 173

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

Shades of Parchment #D2C5AD

Tints of Parchment #D2C5AD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.97%

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

R = 36.21%
G = 33.97%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D2C5AD (or 0xD2C5AD) is known color: Parchment. HEX triplet: D2, C5 and AD. RGB value is (210,197,173). Sum of RGB (Red+Green+Blue) = 210+197+173=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C5AD is #2D3A52. Grayscale: #C6C6C6. Windows color (decimal): -2964051 or 11388370. OLE color: 11388370.

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

Color convert

RGB 210 197 173 -
CMYK 0 0.06 0.18 0.18
HSL 38.92º 0.29% 0.75% -
HSV(B) 38.92º 0.18% 0.82% -
XYZ 54.09 56.65 47.62 -
YUV 198.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 210 197 173 0 0.06 0.18 0.18 38.92 0.29 0.75
Hex D2 C5 AD 0 6 12 12 27 1D 4B
Octal 322 305 255 0 6 22 22 47 35 113
Binary 11010010 11000101 10101101 0 110 10010 10010 100111 11101 1001011

Color Harmonies of #D2C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C5AD

Black with #D2C5AD

Text Example


Text Example

White with #D2C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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