Html Css Color HEX #D2CAA8 Parchment

📋 copy color: '#D2CAA8'

red 210 ◦ green 202 ◦ blue 168

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

Shades of Parchment #D2CAA8

Tints of Parchment #D2CAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.97%

R = 36.21%
G = 34.83%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#D2CAA8 (or 0xD2CAA8) is known color: Parchment. HEX triplet: D2, CA and A8. RGB value is (210,202,168). Sum of RGB (Red+Green+Blue) = 210+202+168=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CAA8 is #2D3557. Grayscale: #C8C8C8. Windows color (decimal): -2962776 or 11061970. OLE color: 11061970.

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

Color convert

RGB 210 202 168 -
CMYK 0 0.04 0.2 0.18
HSL 48.57º 0.32% 0.74% -
HSV(B) 48.57º 0.2% 0.82% -
XYZ 54.77 58.77 45.5 -
YUV 200.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 210 202 168 0 0.04 0.2 0.18 48.57 0.32 0.74
Hex D2 CA A8 0 4 14 12 31 20 4A
Octal 322 312 250 0 4 24 22 61 40 112
Binary 11010010 11001010 10101000 0 100 10100 10010 110001 100000 1001010

Color Harmonies of #D2CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CAA8

Black with #D2CAA8

Text Example


Text Example

White with #D2CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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