Html Css Color HEX #D5CBA7 Parchment

📋 copy color: '#D5CBA7'

red 213 ◦ green 203 ◦ blue 167

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

Shades of Parchment #D5CBA7

Tints of Parchment #D5CBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.64%

R = 36.54%
G = 34.82%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D5CBA7 (or 0xD5CBA7) is known color: Parchment. HEX triplet: D5, CB and A7. RGB value is (213,203,167). Sum of RGB (Red+Green+Blue) = 213+203+167=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 167 (65.62% from 255 or 28.64% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CBA7 is #2A3458. Grayscale: #CACACA. Windows color (decimal): -2765913 or 10996693. OLE color: 10996693.

HSL color Cylindrical-coordinate representation of color #D5CBA7: hue angle of 46.96º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5CBA7 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 203 167 -
CMYK 0 0.05 0.22 0.16
HSL 46.96º 0.35% 0.75% -
HSV(B) 46.96º 0.22% 0.84% -
XYZ 55.77 59.65 45.13 -
YUV 201.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 213 203 167 0 0.05 0.22 0.16 46.96 0.35 0.75
Hex D5 CB A7 0 5 16 10 2F 23 4B
Octal 325 313 247 0 5 26 20 57 43 113
Binary 11010101 11001011 10100111 0 101 10110 10000 101111 100011 1001011

Color Harmonies of #D5CBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBA7

Black with #D5CBA7

Text Example


Text Example

White with #D5CBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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