Html Css Color HEX #D5CBAB Parchment

📋 copy color: '#D5CBAB'

red 213 ◦ green 203 ◦ blue 171

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

Shades of Parchment #D5CBAB

Tints of Parchment #D5CBAB

RGB

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

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

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

R = 36.29%
G = 34.58%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5CBAB (or 0xD5CBAB) is known color: Parchment. HEX triplet: D5, CB and AB. RGB value is (213,203,171). Sum of RGB (Red+Green+Blue) = 213+203+171=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CBAB is #2A3454. Grayscale: #CACACA. Windows color (decimal): -2765909 or 11258837. OLE color: 11258837.

HSL color Cylindrical-coordinate representation of color #D5CBAB: hue angle of 45.71º 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 #D5CBAB is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 203 171 -
CMYK 0 0.05 0.20 0.16
HSL 45.71º 0.33% 0.75% -
HSV(B) 45.71º 0.2% 0.84% -
XYZ 56.15 59.8 47.11 -
YUV 202.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 213 203 171 0 0.05 0.20 0.16 45.71 0.33 0.75
Hex D5 CB AB 0 5 14 10 2E 21 4B
Octal 325 313 253 0 5 24 20 56 41 113
Binary 11010101 11001011 10101011 0 101 10100 10000 101110 100001 1001011

Color Harmonies of #D5CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBAB

Black with #D5CBAB

Text Example


Text Example

White with #D5CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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