Html Css Color HEX #DAAD90 Cashmere

📋 copy color: '#DAAD90'

red 218 ◦ green 173 ◦ blue 144

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

Shades of Cashmere #DAAD90

Tints of Cashmere #DAAD90

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.34%

 BLUE value IS 144 (56.64% from 255) = 26.92%

R = 40.75%
G = 32.34%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAAD90 (or 0xDAAD90) is known color: Cashmere. HEX triplet: DA, AD and 90. RGB value is (218,173,144). Sum of RGB (Red+Green+Blue) = 218+173+144=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD90 is #25526F. Grayscale: #B7B7B7. Windows color (decimal): -2445936 or 9481690. OLE color: 9481690.

HSL color Cylindrical-coordinate representation of color #DAAD90: hue angle of 23.51º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAAD90 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 144 -
CMYK 0 0.21 0.34 0.15
HSL 23.51º 0.5% 0.71% -
HSV(B) 23.51º 0.34% 0.85% -
XYZ 48.89 46.81 32.84 -
YUV 183.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 218 173 144 0 0.21 0.34 0.15 23.51 0.5 0.71
Hex DA AD 90 0 15 22 F 18 32 47
Octal 332 255 220 0 25 42 17 30 62 107
Binary 11011010 10101101 10010000 0 10101 100010 1111 11000 110010 1000111

Color Harmonies of #DAAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD90

Black with #DAAD90

Text Example


Text Example

White with #DAAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD90; }

 p { color: rgb(218,173,144); }

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

background-color css

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

 a { background-color: rgb(218,173,144); }

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

border-color css

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

 span { border-color: rgb(218,173,144); }

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