Html Css Color HEX #DAB19D Cashmere

📋 copy color: '#DAB19D'

red 218 ◦ green 177 ◦ blue 157

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

Shades of Cashmere #DAB19D

Tints of Cashmere #DAB19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.44%

R = 39.49%
G = 32.07%
B = 28.44%

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

#DAB19D (or 0xDAB19D) is known color: Cashmere. HEX triplet: DA, B1 and 9D. RGB value is (218,177,157). Sum of RGB (Red+Green+Blue) = 218+177+157=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB19D is #254E62. Grayscale: #BBBBBB. Windows color (decimal): -2444899 or 10334682. OLE color: 10334682.

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

Color convert

RGB 218 177 157 -
CMYK 0 0.19 0.28 0.15
HSL 19.67º 0.45% 0.74% -
HSV(B) 19.67º 0.28% 0.85% -
XYZ 50.72 48.78 38.64 -
YUV 186.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 218 177 157 0 0.19 0.28 0.15 19.67 0.45 0.74
Hex DA B1 9D 0 13 1C F 14 2D 4A
Octal 332 261 235 0 23 34 17 24 55 112
Binary 11011010 10110001 10011101 0 10011 11100 1111 10100 101101 1001010

Color Harmonies of #DAB19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB19D

Black with #DAB19D

Text Example


Text Example

White with #DAB19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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