Html Css Color HEX #D1CBAB Parchment

📋 copy color: '#D1CBAB'

red 209 ◦ green 203 ◦ blue 171

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

Shades of Parchment #D1CBAB

Tints of Parchment #D1CBAB

RGB

 RED value IS 209 (82.03% from 255) = 35.85%

 GREEN value IS 203 (79.69% from 255) = 34.82%

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

R = 35.85%
G = 34.82%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D1CBAB (or 0xD1CBAB) is known color: Parchment. HEX triplet: D1, CB and AB. RGB value is (209,203,171). Sum of RGB (Red+Green+Blue) = 209+203+171=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CBAB is #2E3454. Grayscale: #C9C9C9. Windows color (decimal): -3028053 or 11258833. OLE color: 11258833.

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

Color convert

RGB 209 203 171 -
CMYK 0 0.03 0.18 0.18
HSL 50.53º 0.29% 0.75% -
HSV(B) 50.53º 0.18% 0.82% -
XYZ 55 59.21 47.06 -
YUV 201.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 209 203 171 0 0.03 0.18 0.18 50.53 0.29 0.75
Hex D1 CB AB 0 3 12 12 33 1D 4B
Octal 321 313 253 0 3 22 22 63 35 113
Binary 11010001 11001011 10101011 0 11 10010 10010 110011 11101 1001011

Color Harmonies of #D1CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CBAB

Black with #D1CBAB

Text Example


Text Example

White with #D1CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CBAB; }

 p { color: rgb(209,203,171); }

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

background-color css

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

 a { background-color: rgb(209,203,171); }

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

border-color css

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

 span { border-color: rgb(209,203,171); }

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