Html Css Color HEX #D2A992 Cashmere

📋 copy color: '#D2A992'

red 210 ◦ green 169 ◦ blue 146

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

Shades of Cashmere #D2A992

Tints of Cashmere #D2A992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.19%

 BLUE value IS 146 (57.42% from 255) = 27.81%

R = 40%
G = 32.19%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D2A992 (or 0xD2A992) is known color: Cashmere. HEX triplet: D2, A9 and 92. RGB value is (210,169,146). Sum of RGB (Red+Green+Blue) = 210+169+146=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A992 is #2D566D. Grayscale: #B2B2B2. Windows color (decimal): -2971246 or 9611730. OLE color: 9611730.

HSL color Cylindrical-coordinate representation of color #D2A992: hue angle of 21.56º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2A992 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 169 146 -
CMYK 0 0.20 0.30 0.18
HSL 21.56º 0.42% 0.7% -
HSV(B) 21.56º 0.3% 0.82% -
XYZ 45.95 44.15 33.29 -
YUV 178.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 210 169 146 0 0.20 0.30 0.18 21.56 0.42 0.7
Hex D2 A9 92 0 14 1E 12 16 2A 46
Octal 322 251 222 0 24 36 22 26 52 106
Binary 11010010 10101001 10010010 0 10100 11110 10010 10110 101010 1000110

Color Harmonies of #D2A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A992

Black with #D2A992

Text Example


Text Example

White with #D2A992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A992; }

 p { color: rgb(210,169,146); }

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

background-color css

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

 a { background-color: rgb(210,169,146); }

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

border-color css

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

 span { border-color: rgb(210,169,146); }

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