Html Css Color HEX #D2CAAE Parchment

📋 copy color: '#D2CAAE'

red 210 ◦ green 202 ◦ blue 174

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

Shades of Parchment #D2CAAE

Tints of Parchment #D2CAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.69%

R = 35.84%
G = 34.47%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D2CAAE (or 0xD2CAAE) is known color: Parchment. HEX triplet: D2, CA and AE. RGB value is (210,202,174). Sum of RGB (Red+Green+Blue) = 210+202+174=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CAAE is #2D3551. Grayscale: #C9C9C9. Windows color (decimal): -2962770 or 11455186. OLE color: 11455186.

HSL color Cylindrical-coordinate representation of color #D2CAAE: hue angle of 46.67º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2CAAE is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 202 174 -
CMYK 0 0.04 0.17 0.18
HSL 46.67º 0.29% 0.75% -
HSV(B) 46.67º 0.17% 0.82% -
XYZ 55.34 59 48.52 -
YUV 201.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 210 202 174 0 0.04 0.17 0.18 46.67 0.29 0.75
Hex D2 CA AE 0 4 11 12 2F 1D 4B
Octal 322 312 256 0 4 21 22 57 35 113
Binary 11010010 11001010 10101110 0 100 10001 10010 101111 11101 1001011

Color Harmonies of #D2CAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CAAE

Black with #D2CAAE

Text Example


Text Example

White with #D2CAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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