Html Css Color HEX #DABAA8 Just Right

📋 copy color: '#DABAA8'

red 218 ◦ green 186 ◦ blue 168

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

Shades of Just Right #DABAA8

Tints of Just Right #DABAA8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.52%

 BLUE value IS 168 (66.02% from 255) = 29.37%

R = 38.11%
G = 32.52%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DABAA8 (or 0xDABAA8) is known color: Just Right. HEX triplet: DA, BA and A8. RGB value is (218,186,168). Sum of RGB (Red+Green+Blue) = 218+186+168=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA8 is #254557. Grayscale: #C1C1C1. Windows color (decimal): -2442584 or 11057882. OLE color: 11057882.

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

Color convert

RGB 218 186 168 -
CMYK 0 0.15 0.23 0.15
HSL 21.6º 0.4% 0.76% -
HSV(B) 21.6º 0.23% 0.85% -
XYZ 53.54 52.85 44.43 -
YUV 193.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 218 186 168 0 0.15 0.23 0.15 21.6 0.4 0.76
Hex DA BA A8 0 F 17 F 16 28 4C
Octal 332 272 250 0 17 27 17 26 50 114
Binary 11011010 10111010 10101000 0 1111 10111 1111 10110 101000 1001100

Color Harmonies of #DABAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAA8

Black with #DABAA8

Text Example


Text Example

White with #DABAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAA8; }

 p { color: rgb(218,186,168); }

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

background-color css

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

 a { background-color: rgb(218,186,168); }

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

border-color css

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

 span { border-color: rgb(218,186,168); }

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