Html Css Color HEX #DAB19C Cashmere

📋 copy color: '#DAB19C'

red 218 ◦ green 177 ◦ blue 156

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

Shades of Cashmere #DAB19C

Tints of Cashmere #DAB19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.12%

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

R = 39.56%
G = 32.12%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAB19C (or 0xDAB19C) is known color: Cashmere. HEX triplet: DA, B1 and 9C. RGB value is (218,177,156). Sum of RGB (Red+Green+Blue) = 218+177+156=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB19C is #254E63. Grayscale: #BABABA. Windows color (decimal): -2444900 or 10269146. OLE color: 10269146.

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

Color convert

RGB 218 177 156 -
CMYK 0 0.19 0.28 0.15
HSL 20.32º 0.46% 0.73% -
HSV(B) 20.32º 0.28% 0.85% -
XYZ 50.64 48.75 38.19 -
YUV 186.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 218 177 156 0 0.19 0.28 0.15 20.32 0.46 0.73
Hex DA B1 9C 0 13 1C F 14 2E 49
Octal 332 261 234 0 23 34 17 24 56 111
Binary 11011010 10110001 10011100 0 10011 11100 1111 10100 101110 1001001

Color Harmonies of #DAB19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB19C

Black with #DAB19C

Text Example


Text Example

White with #DAB19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB19C; }

 p { color: rgb(218,177,156); }

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

background-color css

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

 a { background-color: rgb(218,177,156); }

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

border-color css

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

 span { border-color: rgb(218,177,156); }

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