Html Css Color HEX #DAB39D Cashmere

📋 copy color: '#DAB39D'

red 218 ◦ green 179 ◦ blue 157

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

Shades of Cashmere #DAB39D

Tints of Cashmere #DAB39D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.31%

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

R = 39.35%
G = 32.31%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAB39D (or 0xDAB39D) is known color: Cashmere. HEX triplet: DA, B3 and 9D. RGB value is (218,179,157). Sum of RGB (Red+Green+Blue) = 218+179+157=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB39D is #254C62. Grayscale: #BCBCBC. Windows color (decimal): -2444387 or 10335194. OLE color: 10335194.

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

Color convert

RGB 218 179 157 -
CMYK 0 0.18 0.28 0.15
HSL 21.64º 0.45% 0.74% -
HSV(B) 21.64º 0.28% 0.85% -
XYZ 51.12 49.58 38.77 -
YUV 188.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 218 179 157 0 0.18 0.28 0.15 21.64 0.45 0.74
Hex DA B3 9D 0 12 1C F 16 2D 4A
Octal 332 263 235 0 22 34 17 26 55 112
Binary 11011010 10110011 10011101 0 10010 11100 1111 10110 101101 1001010

Color Harmonies of #DAB39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB39D

Black with #DAB39D

Text Example


Text Example

White with #DAB39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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