Html Css Color HEX #D5CCAB Parchment

📋 copy color: '#D5CCAB'

red 213 ◦ green 204 ◦ blue 171

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

Shades of Parchment #D5CCAB

Tints of Parchment #D5CCAB

RGB

 RED value IS 213 (83.59% from 255) = 36.22%

 GREEN value IS 204 (80.08% from 255) = 34.69%

 BLUE value IS 171 (67.19% from 255) = 29.08%

R = 36.22%
G = 34.69%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5CCAB (or 0xD5CCAB) is known color: Parchment. HEX triplet: D5, CC and AB. RGB value is (213,204,171). Sum of RGB (Red+Green+Blue) = 213+204+171=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CCAB is #2A3354. Grayscale: #CBCBCB. Windows color (decimal): -2765653 or 11259093. OLE color: 11259093.

HSL color Cylindrical-coordinate representation of color #D5CCAB: hue angle of 47.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5CCAB is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 171 -
CMYK 0 0.04 0.20 0.16
HSL 47.14º 0.33% 0.75% -
HSV(B) 47.14º 0.2% 0.84% -
XYZ 56.38 60.27 47.19 -
YUV 202.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 213 204 171 0 0.04 0.20 0.16 47.14 0.33 0.75
Hex D5 CC AB 0 4 14 10 2F 21 4B
Octal 325 314 253 0 4 24 20 57 41 113
Binary 11010101 11001100 10101011 0 100 10100 10000 101111 100001 1001011

Color Harmonies of #D5CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCAB

Black with #D5CCAB

Text Example


Text Example

White with #D5CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCAB; }

 p { color: rgb(213,204,171); }

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

background-color css

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

 a { background-color: rgb(213,204,171); }

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

border-color css

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

 span { border-color: rgb(213,204,171); }

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