Html Css Color HEX #D2C6AD Parchment

📋 copy color: '#D2C6AD'

red 210 ◦ green 198 ◦ blue 173

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

Shades of Parchment #D2C6AD

Tints of Parchment #D2C6AD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.08%

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

R = 36.14%
G = 34.08%
B = 29.78%

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

#D2C6AD (or 0xD2C6AD) is known color: Parchment. HEX triplet: D2, C6 and AD. RGB value is (210,198,173). Sum of RGB (Red+Green+Blue) = 210+198+173=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C6AD is #2D3952. Grayscale: #C6C6C6. Windows color (decimal): -2963795 or 11388626. OLE color: 11388626.

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

Color convert

RGB 210 198 173 -
CMYK 0 0.06 0.18 0.18
HSL 40.54º 0.29% 0.75% -
HSV(B) 40.54º 0.18% 0.82% -
XYZ 54.32 57.11 47.7 -
YUV 198.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 210 198 173 0 0.06 0.18 0.18 40.54 0.29 0.75
Hex D2 C6 AD 0 6 12 12 29 1D 4B
Octal 322 306 255 0 6 22 22 51 35 113
Binary 11010010 11000110 10101101 0 110 10010 10010 101001 11101 1001011

Color Harmonies of #D2C6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C6AD

Black with #D2C6AD

Text Example


Text Example

White with #D2C6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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