Html Css Color HEX #DAB9A6 Just Right

📋 copy color: '#DAB9A6'

red 218 ◦ green 185 ◦ blue 166

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

Shades of Just Right #DAB9A6

Tints of Just Right #DAB9A6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.51%

 BLUE value IS 166 (65.23% from 255) = 29.17%

R = 38.31%
G = 32.51%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DAB9A6 (or 0xDAB9A6) is known color: Just Right. HEX triplet: DA, B9 and A6. RGB value is (218,185,166). Sum of RGB (Red+Green+Blue) = 218+185+166=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB9A6 is #254659. Grayscale: #C0C0C0. Windows color (decimal): -2442842 or 10926554. OLE color: 10926554.

HSL color Cylindrical-coordinate representation of color #DAB9A6: hue angle of 21.92º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB9A6 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 166 -
CMYK 0 0.15 0.24 0.15
HSL 21.92º 0.41% 0.75% -
HSV(B) 21.92º 0.24% 0.85% -
XYZ 53.15 52.36 43.38 -
YUV 192.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 218 185 166 0 0.15 0.24 0.15 21.92 0.41 0.75
Hex DA B9 A6 0 F 18 F 16 29 4B
Octal 332 271 246 0 17 30 17 26 51 113
Binary 11011010 10111001 10100110 0 1111 11000 1111 10110 101001 1001011

Color Harmonies of #DAB9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9A6

Black with #DAB9A6

Text Example


Text Example

White with #DAB9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9A6; }

 p { color: rgb(218,185,166); }

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

background-color css

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

 a { background-color: rgb(218,185,166); }

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

border-color css

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

 span { border-color: rgb(218,185,166); }

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