Html Css Color HEX #D5CBAA Parchment

📋 copy color: '#D5CBAA'

red 213 ◦ green 203 ◦ blue 170

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

Shades of Parchment #D5CBAA

Tints of Parchment #D5CBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.01%

R = 36.35%
G = 34.64%
B = 29.01%

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

#D5CBAA (or 0xD5CBAA) is known color: Parchment. HEX triplet: D5, CB and AA. RGB value is (213,203,170). Sum of RGB (Red+Green+Blue) = 213+203+170=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CBAA is #2A3455. Grayscale: #CACACA. Windows color (decimal): -2765910 or 11193301. OLE color: 11193301.

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

Color convert

RGB 213 203 170 -
CMYK 0 0.05 0.20 0.16
HSL 46.05º 0.34% 0.75% -
HSV(B) 46.05º 0.2% 0.84% -
XYZ 56.05 59.76 46.61 -
YUV 202.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 213 203 170 0 0.05 0.20 0.16 46.05 0.34 0.75
Hex D5 CB AA 0 5 14 10 2E 22 4B
Octal 325 313 252 0 5 24 20 56 42 113
Binary 11010101 11001011 10101010 0 101 10100 10000 101110 100010 1001011

Color Harmonies of #D5CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBAA

Black with #D5CBAA

Text Example


Text Example

White with #D5CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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