Html Css Color HEX #D2CAA7 Parchment

📋 copy color: '#D2CAA7'

red 210 ◦ green 202 ◦ blue 167

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

Shades of Parchment #D2CAA7

Tints of Parchment #D2CAA7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.89%

 BLUE value IS 167 (65.63% from 255) = 28.84%

R = 36.27%
G = 34.89%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D2CAA7 (or 0xD2CAA7) is known color: Parchment. HEX triplet: D2, CA and A7. RGB value is (210,202,167). Sum of RGB (Red+Green+Blue) = 210+202+167=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 167 (65.62% from 255 or 28.84% from 579); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CAA7 is #2D3558. Grayscale: #C8C8C8. Windows color (decimal): -2962777 or 10996434. OLE color: 10996434.

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

Color convert

RGB 210 202 167 -
CMYK 0 0.04 0.20 0.18
HSL 48.84º 0.32% 0.74% -
HSV(B) 48.84º 0.2% 0.82% -
XYZ 54.67 58.73 45.01 -
YUV 200.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 210 202 167 0 0.04 0.20 0.18 48.84 0.32 0.74
Hex D2 CA A7 0 4 14 12 31 20 4A
Octal 322 312 247 0 4 24 22 61 40 112
Binary 11010010 11001010 10100111 0 100 10100 10010 110001 100000 1001010

Color Harmonies of #D2CAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CAA7

Black with #D2CAA7

Text Example


Text Example

White with #D2CAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CAA7; }

 p { color: rgb(210,202,167); }

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

background-color css

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

 a { background-color: rgb(210,202,167); }

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

border-color css

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

 span { border-color: rgb(210,202,167); }

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