Html Css Color HEX #DAB198 Cashmere

📋 copy color: '#DAB198'

red 218 ◦ green 177 ◦ blue 152

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

Shades of Cashmere #DAB198

Tints of Cashmere #DAB198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.79%

R = 39.85%
G = 32.36%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAB198 (or 0xDAB198) is known color: Cashmere. HEX triplet: DA, B1 and 98. RGB value is (218,177,152). Sum of RGB (Red+Green+Blue) = 218+177+152=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB198 is #254E67. Grayscale: #BABABA. Windows color (decimal): -2444904 or 10007002. OLE color: 10007002.

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

Color convert

RGB 218 177 152 -
CMYK 0 0.19 0.30 0.15
HSL 22.73º 0.47% 0.73% -
HSV(B) 22.73º 0.3% 0.85% -
XYZ 50.3 48.62 36.44 -
YUV 186.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 218 177 152 0 0.19 0.30 0.15 22.73 0.47 0.73
Hex DA B1 98 0 13 1E F 17 2F 49
Octal 332 261 230 0 23 36 17 27 57 111
Binary 11011010 10110001 10011000 0 10011 11110 1111 10111 101111 1001001

Color Harmonies of #DAB198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB198

Black with #DAB198

Text Example


Text Example

White with #DAB198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB198; }

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

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

background-color css

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

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

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

border-color css

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

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

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