Html Css Color HEX #D2B495 Cashmere

📋 copy color: '#D2B495'

red 210 ◦ green 180 ◦ blue 149

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

Shades of Cashmere #D2B495

Tints of Cashmere #D2B495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.4%

 BLUE value IS 149 (58.59% from 255) = 27.64%

R = 38.96%
G = 33.4%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D2B495 (or 0xD2B495) is known color: Cashmere. HEX triplet: D2, B4 and 95. RGB value is (210,180,149). Sum of RGB (Red+Green+Blue) = 210+180+149=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B495 is #2D4B6A. Grayscale: #B9B9B9. Windows color (decimal): -2968427 or 9811154. OLE color: 9811154.

HSL color Cylindrical-coordinate representation of color #D2B495: hue angle of 30.49º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2B495 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 180 149 -
CMYK 0 0.14 0.29 0.18
HSL 30.49º 0.4% 0.7% -
HSV(B) 30.49º 0.29% 0.82% -
XYZ 48.32 48.51 35.25 -
YUV 185.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 210 180 149 0 0.14 0.29 0.18 30.49 0.4 0.7
Hex D2 B4 95 0 E 1D 12 1E 28 46
Octal 322 264 225 0 16 35 22 36 50 106
Binary 11010010 10110100 10010101 0 1110 11101 10010 11110 101000 1000110

Color Harmonies of #D2B495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B495

Black with #D2B495

Text Example


Text Example

White with #D2B495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B495; }

 p { color: rgb(210,180,149); }

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

background-color css

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

 a { background-color: rgb(210,180,149); }

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

border-color css

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

 span { border-color: rgb(210,180,149); }

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