Html Css Color HEX #D4AE9C Cashmere

📋 copy color: '#D4AE9C'

red 212 ◦ green 174 ◦ blue 156

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

Shades of Cashmere #D4AE9C

Tints of Cashmere #D4AE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.1%

 BLUE value IS 156 (61.33% from 255) = 28.78%

R = 39.11%
G = 32.1%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4AE9C (or 0xD4AE9C) is known color: Cashmere. HEX triplet: D4, AE and 9C. RGB value is (212,174,156). Sum of RGB (Red+Green+Blue) = 212+174+156=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AE9C is #2B5163. Grayscale: #B7B7B7. Windows color (decimal): -2838884 or 10268372. OLE color: 10268372.

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

Color convert

RGB 212 174 156 -
CMYK 0 0.18 0.26 0.17
HSL 19.29º 0.39% 0.72% -
HSV(B) 19.29º 0.26% 0.83% -
XYZ 48.29 46.67 37.92 -
YUV 183.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 212 174 156 0 0.18 0.26 0.17 19.29 0.39 0.72
Hex D4 AE 9C 0 12 1A 11 13 27 48
Octal 324 256 234 0 22 32 21 23 47 110
Binary 11010100 10101110 10011100 0 10010 11010 10001 10011 100111 1001000

Color Harmonies of #D4AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AE9C

Black with #D4AE9C

Text Example


Text Example

White with #D4AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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