Html Css Color HEX #DAB89B Cashmere

📋 copy color: '#DAB89B'

red 218 ◦ green 184 ◦ blue 155

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

Shades of Cashmere #DAB89B

Tints of Cashmere #DAB89B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.03%

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

R = 39.14%
G = 33.03%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAB89B (or 0xDAB89B) is known color: Cashmere. HEX triplet: DA, B8 and 9B. RGB value is (218,184,155). Sum of RGB (Red+Green+Blue) = 218+184+155=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB89B is #254764. Grayscale: #BFBFBF. Windows color (decimal): -2443109 or 10205402. OLE color: 10205402.

HSL color Cylindrical-coordinate representation of color #DAB89B: hue angle of 27.62º 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 #DAB89B is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 155 -
CMYK 0 0.16 0.29 0.15
HSL 27.62º 0.46% 0.73% -
HSV(B) 27.62º 0.29% 0.85% -
XYZ 51.97 51.55 38.22 -
YUV 190.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 218 184 155 0 0.16 0.29 0.15 27.62 0.46 0.73
Hex DA B8 9B 0 10 1D F 1C 2E 49
Octal 332 270 233 0 20 35 17 34 56 111
Binary 11011010 10111000 10011011 0 10000 11101 1111 11100 101110 1001001

Color Harmonies of #DAB89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB89B

Black with #DAB89B

Text Example


Text Example

White with #DAB89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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