Html Css Color HEX #D3CAAF Parchment

📋 copy color: '#D3CAAF'

red 211 ◦ green 202 ◦ blue 175

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

Shades of Parchment #D3CAAF

Tints of Parchment #D3CAAF

RGB

 RED value IS 211 (82.81% from 255) = 35.88%

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

 BLUE value IS 175 (68.75% from 255) = 29.76%

R = 35.88%
G = 34.35%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D3CAAF (or 0xD3CAAF) is known color: Parchment. HEX triplet: D3, CA and AF. RGB value is (211,202,175). Sum of RGB (Red+Green+Blue) = 211+202+175=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CAAF is #2C3550. Grayscale: #C9C9C9. Windows color (decimal): -2897233 or 11520723. OLE color: 11520723.

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

Color convert

RGB 211 202 175 -
CMYK 0 0.04 0.17 0.17
HSL 45º 0.29% 0.76% -
HSV(B) 45º 0.17% 0.83% -
XYZ 55.72 59.19 49.04 -
YUV 201.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 211 202 175 0 0.04 0.17 0.17 45 0.29 0.76
Hex D3 CA AF 0 4 11 11 2D 1D 4C
Octal 323 312 257 0 4 21 21 55 35 114
Binary 11010011 11001010 10101111 0 100 10001 10001 101101 11101 1001100

Color Harmonies of #D3CAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CAAF

Black with #D3CAAF

Text Example


Text Example

White with #D3CAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CAAF; }

 p { color: rgb(211,202,175); }

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

background-color css

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

 a { background-color: rgb(211,202,175); }

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

border-color css

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

 span { border-color: rgb(211,202,175); }

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