Html Css Color HEX #DAB294 Cashmere

📋 copy color: '#DAB294'

red 218 ◦ green 178 ◦ blue 148

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

Shades of Cashmere #DAB294

Tints of Cashmere #DAB294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.72%

 BLUE value IS 148 (58.2% from 255) = 27.21%

R = 40.07%
G = 32.72%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAB294 (or 0xDAB294) is known color: Cashmere. HEX triplet: DA, B2 and 94. RGB value is (218,178,148). Sum of RGB (Red+Green+Blue) = 218+178+148=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB294 is #254D6B. Grayscale: #BABABA. Windows color (decimal): -2444652 or 9745114. OLE color: 9745114.

HSL color Cylindrical-coordinate representation of color #DAB294: hue angle of 25.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAB294 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 148 -
CMYK 0 0.18 0.32 0.15
HSL 25.71º 0.49% 0.72% -
HSV(B) 25.71º 0.32% 0.85% -
XYZ 50.18 48.88 34.81 -
YUV 186.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 218 178 148 0 0.18 0.32 0.15 25.71 0.49 0.72
Hex DA B2 94 0 12 20 F 1A 31 48
Octal 332 262 224 0 22 40 17 32 61 110
Binary 11011010 10110010 10010100 0 10010 100000 1111 11010 110001 1001000

Color Harmonies of #DAB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB294

Black with #DAB294

Text Example


Text Example

White with #DAB294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB294; }

 p { color: rgb(218,178,148); }

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

background-color css

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

 a { background-color: rgb(218,178,148); }

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

border-color css

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

 span { border-color: rgb(218,178,148); }

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