Html Css Color HEX #D2AE9C Cashmere

📋 copy color: '#D2AE9C'

red 210 ◦ green 174 ◦ blue 156

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

Shades of Cashmere #D2AE9C

Tints of Cashmere #D2AE9C

RGB

 RED value IS 210 (82.42% from 255) = 38.89%

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

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

R = 38.89%
G = 32.22%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2AE9C (or 0xD2AE9C) is known color: Cashmere. HEX triplet: D2, AE and 9C. RGB value is (210,174,156). Sum of RGB (Red+Green+Blue) = 210+174+156=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AE9C is #2D5163. Grayscale: #B6B6B6. Windows color (decimal): -2969956 or 10268370. OLE color: 10268370.

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

Color convert

RGB 210 174 156 -
CMYK 0 0.17 0.26 0.18
HSL 20º 0.38% 0.72% -
HSV(B) 20º 0.26% 0.82% -
XYZ 47.72 46.37 37.89 -
YUV 182.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 210 174 156 0 0.17 0.26 0.18 20 0.38 0.72
Hex D2 AE 9C 0 11 1A 12 14 26 48
Octal 322 256 234 0 21 32 22 24 46 110
Binary 11010010 10101110 10011100 0 10001 11010 10010 10100 100110 1001000

Color Harmonies of #D2AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AE9C

Black with #D2AE9C

Text Example


Text Example

White with #D2AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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