Html Css Color HEX #DAB49B Cashmere

📋 copy color: '#DAB49B'

red 218 ◦ green 180 ◦ blue 155

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

Shades of Cashmere #DAB49B

Tints of Cashmere #DAB49B

RGB

 RED value IS 218 (85.55% from 255) = 39.42%

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

 BLUE value IS 155 (60.94% from 255) = 28.03%

R = 39.42%
G = 32.55%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAB49B (or 0xDAB49B) is known color: Cashmere. HEX triplet: DA, B4 and 9B. RGB value is (218,180,155). Sum of RGB (Red+Green+Blue) = 218+180+155=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB49B is #254B64. Grayscale: #BCBCBC. Windows color (decimal): -2444133 or 10204378. OLE color: 10204378.

HSL color Cylindrical-coordinate representation of color #DAB49B: hue angle of 23.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB49B is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 155 -
CMYK 0 0.17 0.29 0.15
HSL 23.81º 0.46% 0.73% -
HSV(B) 23.81º 0.29% 0.85% -
XYZ 51.15 49.91 37.95 -
YUV 188.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 218 180 155 0 0.17 0.29 0.15 23.81 0.46 0.73
Hex DA B4 9B 0 11 1D F 18 2E 49
Octal 332 264 233 0 21 35 17 30 56 111
Binary 11011010 10110100 10011011 0 10001 11101 1111 11000 101110 1001001

Color Harmonies of #DAB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB49B

Black with #DAB49B

Text Example


Text Example

White with #DAB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB49B; }

 p { color: rgb(218,180,155); }

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

background-color css

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

 a { background-color: rgb(218,180,155); }

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

border-color css

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

 span { border-color: rgb(218,180,155); }

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