Html Css Color HEX #DAB498 Cashmere

📋 copy color: '#DAB498'

red 218 ◦ green 180 ◦ blue 152

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

Shades of Cashmere #DAB498

Tints of Cashmere #DAB498

RGB

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

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

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

R = 39.64%
G = 32.73%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAB498 (or 0xDAB498) is known color: Cashmere. HEX triplet: DA, B4 and 98. RGB value is (218,180,152). Sum of RGB (Red+Green+Blue) = 218+180+152=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB498 is #254B67. Grayscale: #BCBCBC. Windows color (decimal): -2444136 or 10007770. OLE color: 10007770.

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

Color convert

RGB 218 180 152 -
CMYK 0 0.17 0.30 0.15
HSL 25.45º 0.47% 0.73% -
HSV(B) 25.45º 0.3% 0.85% -
XYZ 50.9 49.81 36.64 -
YUV 188.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 218 180 152 0 0.17 0.30 0.15 25.45 0.47 0.73
Hex DA B4 98 0 11 1E F 19 2F 49
Octal 332 264 230 0 21 36 17 31 57 111
Binary 11011010 10110100 10011000 0 10001 11110 1111 11001 101111 1001001

Color Harmonies of #DAB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB498

Black with #DAB498

Text Example


Text Example

White with #DAB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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