Html Css Color HEX #D4CBA8 Parchment

📋 copy color: '#D4CBA8'

red 212 ◦ green 203 ◦ blue 168

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

Shades of Parchment #D4CBA8

Tints of Parchment #D4CBA8

RGB

 RED value IS 212 (83.2% from 255) = 36.36%

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

 BLUE value IS 168 (66.02% from 255) = 28.82%

R = 36.36%
G = 34.82%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D4CBA8 (or 0xD4CBA8) is known color: Parchment. HEX triplet: D4, CB and A8. RGB value is (212,203,168). Sum of RGB (Red+Green+Blue) = 212+203+168=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CBA8 is #2B3457. Grayscale: #C9C9C9. Windows color (decimal): -2831448 or 11062228. OLE color: 11062228.

HSL color Cylindrical-coordinate representation of color #D4CBA8: hue angle of 47.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4CBA8 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 203 168 -
CMYK 0 0.04 0.21 0.17
HSL 47.73º 0.34% 0.75% -
HSV(B) 47.73º 0.21% 0.83% -
XYZ 55.58 59.54 45.61 -
YUV 201.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 212 203 168 0 0.04 0.21 0.17 47.73 0.34 0.75
Hex D4 CB A8 0 4 15 11 30 22 4B
Octal 324 313 250 0 4 25 21 60 42 113
Binary 11010100 11001011 10101000 0 100 10101 10001 110000 100010 1001011

Color Harmonies of #D4CBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CBA8

Black with #D4CBA8

Text Example


Text Example

White with #D4CBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CBA8; }

 p { color: rgb(212,203,168); }

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

background-color css

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

 a { background-color: rgb(212,203,168); }

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

border-color css

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

 span { border-color: rgb(212,203,168); }

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