Html Css Color HEX #D4CAA7 Parchment

📋 copy color: '#D4CAA7'

red 212 ◦ green 202 ◦ blue 167

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

Shades of Parchment #D4CAA7

Tints of Parchment #D4CAA7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.77%

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

R = 36.49%
G = 34.77%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D4CAA7 (or 0xD4CAA7) is known color: Parchment. HEX triplet: D4, CA and A7. RGB value is (212,202,167). Sum of RGB (Red+Green+Blue) = 212+202+167=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CAA7 is #2B3558. Grayscale: #C9C9C9. Windows color (decimal): -2831705 or 10996436. OLE color: 10996436.

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

Color convert

RGB 212 202 167 -
CMYK 0 0.05 0.21 0.17
HSL 46.67º 0.34% 0.74% -
HSV(B) 46.67º 0.21% 0.83% -
XYZ 55.25 59.03 45.04 -
YUV 201 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 212 202 167 0 0.05 0.21 0.17 46.67 0.34 0.74
Hex D4 CA A7 0 5 15 11 2F 22 4A
Octal 324 312 247 0 5 25 21 57 42 112
Binary 11010100 11001010 10100111 0 101 10101 10001 101111 100010 1001010

Color Harmonies of #D4CAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CAA7

Black with #D4CAA7

Text Example


Text Example

White with #D4CAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CAA7; }

 p { color: rgb(212,202,167); }

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

background-color css

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

 a { background-color: rgb(212,202,167); }

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

border-color css

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

 span { border-color: rgb(212,202,167); }

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