#DABCA8

Color #DABCA8 Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #DABCA8

Tints of Just Right #DABCA8

Color information

#DABCA8 (or 0xDABCA8) is unknown color: approx Just Right. HEX triplet: DA, BC and A8. RGB value is (218,188,168). Sum of RGB (Red+Green+Blue) = 218+188+168=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABCA8 is #254357. Grayscale: #C2C2C2. Windows color (decimal): -2442072 or 11058394. OLE color: 11058394.

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

Color convert

RGB218188168-
CMYK00.140.230.15
HSL24º40.32%75.69%-
HSV(B)24º22.94%85.49%-
XYZ53.9653.744.57-
YUV194.69112.94144.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 168 (66.02% from 255) = 29.27%
R=37.98%
G=32.75%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818816800.140.230.152440.3275.69
HexDABCA80E17F18284c
Octal33227425001627173050114
Binary11011010101111001010100001110101111111110001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCA8; }

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

 H1.HeaderClassName
 {
   color: #DABCA8;
 }
 .AnyTagClassName
 {
   color: #DABCA8;
 }
</style>
background-color css

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

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

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

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

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

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