Html Css Color HEX #DAB296 Cashmere

📋 copy color: '#DAB296'

red 218 ◦ green 178 ◦ blue 150

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

Shades of Cashmere #DAB296

Tints of Cashmere #DAB296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.47%

R = 39.93%
G = 32.6%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAB296 (or 0xDAB296) is known color: Cashmere. HEX triplet: DA, B2 and 96. RGB value is (218,178,150). Sum of RGB (Red+Green+Blue) = 218+178+150=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB296 is #254D69. Grayscale: #BABABA. Windows color (decimal): -2444650 or 9876186. OLE color: 9876186.

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

Color convert

RGB 218 178 150 -
CMYK 0 0.18 0.31 0.15
HSL 24.71º 0.48% 0.72% -
HSV(B) 24.71º 0.31% 0.85% -
XYZ 50.34 48.95 35.65 -
YUV 186.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 218 178 150 0 0.18 0.31 0.15 24.71 0.48 0.72
Hex DA B2 96 0 12 1F F 19 30 48
Octal 332 262 226 0 22 37 17 31 60 110
Binary 11011010 10110010 10010110 0 10010 11111 1111 11001 110000 1001000

Color Harmonies of #DAB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB296

Black with #DAB296

Text Example


Text Example

White with #DAB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB296; }

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

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

background-color css

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

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

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

border-color css

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

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

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