Html Css Color HEX #D4AD94 Cashmere

📋 copy color: '#D4AD94'

red 212 ◦ green 173 ◦ blue 148

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

Shades of Cashmere #D4AD94

Tints of Cashmere #D4AD94

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.46%

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 39.77%
G = 32.46%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D4AD94 (or 0xD4AD94) is known color: Cashmere. HEX triplet: D4, AD and 94. RGB value is (212,173,148). Sum of RGB (Red+Green+Blue) = 212+173+148=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD94 is #2B526B. Grayscale: #B5B5B5. Windows color (decimal): -2839148 or 9743828. OLE color: 9743828.

HSL color Cylindrical-coordinate representation of color #D4AD94: hue angle of 23.44º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4AD94 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 148 -
CMYK 0 0.18 0.30 0.17
HSL 23.44º 0.43% 0.71% -
HSV(B) 23.44º 0.3% 0.83% -
XYZ 47.44 46.02 34.4 -
YUV 181.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 212 173 148 0 0.18 0.30 0.17 23.44 0.43 0.71
Hex D4 AD 94 0 12 1E 11 17 2B 47
Octal 324 255 224 0 22 36 21 27 53 107
Binary 11010100 10101101 10010100 0 10010 11110 10001 10111 101011 1000111

Color Harmonies of #D4AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD94

Black with #D4AD94

Text Example


Text Example

White with #D4AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD94; }

 p { color: rgb(212,173,148); }

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

background-color css

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

 a { background-color: rgb(212,173,148); }

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

border-color css

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

 span { border-color: rgb(212,173,148); }

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