Html Css Color HEX #D4CCAB Parchment

📋 copy color: '#D4CCAB'

red 212 ◦ green 204 ◦ blue 171

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

Shades of Parchment #D4CCAB

Tints of Parchment #D4CCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.75%

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

R = 36.12%
G = 34.75%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D4CCAB (or 0xD4CCAB) is known color: Parchment. HEX triplet: D4, CC and AB. RGB value is (212,204,171). Sum of RGB (Red+Green+Blue) = 212+204+171=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CCAB is #2B3354. Grayscale: #CACACA. Windows color (decimal): -2831189 or 11259092. OLE color: 11259092.

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

Color convert

RGB 212 204 171 -
CMYK 0 0.04 0.19 0.17
HSL 48.29º 0.32% 0.75% -
HSV(B) 48.29º 0.19% 0.83% -
XYZ 56.09 60.12 47.18 -
YUV 202.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 212 204 171 0 0.04 0.19 0.17 48.29 0.32 0.75
Hex D4 CC AB 0 4 13 11 30 20 4B
Octal 324 314 253 0 4 23 21 60 40 113
Binary 11010100 11001100 10101011 0 100 10011 10001 110000 100000 1001011

Color Harmonies of #D4CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCAB

Black with #D4CCAB

Text Example


Text Example

White with #D4CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCAB; }

 p { color: rgb(212,204,171); }

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

background-color css

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

 a { background-color: rgb(212,204,171); }

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

border-color css

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

 span { border-color: rgb(212,204,171); }

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