Html Css Color HEX #D4CBAE Parchment

📋 copy color: '#D4CBAE'

red 212 ◦ green 203 ◦ blue 174

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

Shades of Parchment #D4CBAE

Tints of Parchment #D4CBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.54%

R = 35.99%
G = 34.47%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D4CBAE (or 0xD4CBAE) is known color: Parchment. HEX triplet: D4, CB and AE. RGB value is (212,203,174). Sum of RGB (Red+Green+Blue) = 212+203+174=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CBAE is #2B3451. Grayscale: #CACACA. Windows color (decimal): -2831442 or 11455444. OLE color: 11455444.

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

Color convert

RGB 212 203 174 -
CMYK 0 0.04 0.18 0.17
HSL 45.79º 0.31% 0.76% -
HSV(B) 45.79º 0.18% 0.83% -
XYZ 56.15 59.76 48.62 -
YUV 202.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 212 203 174 0 0.04 0.18 0.17 45.79 0.31 0.76
Hex D4 CB AE 0 4 12 11 2E 1F 4C
Octal 324 313 256 0 4 22 21 56 37 114
Binary 11010100 11001011 10101110 0 100 10010 10001 101110 11111 1001100

Color Harmonies of #D4CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CBAE

Black with #D4CBAE

Text Example


Text Example

White with #D4CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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