#DABDA8

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

Shades of Just Right #DABDA8

Tints of Just Right #DABDA8

Color information

#DABDA8 (or 0xDABDA8) is unknown color: approx Just Right. HEX triplet: DA, BD and A8. RGB value is (218,189,168). Sum of RGB (Red+Green+Blue) = 218+189+168=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDA8 is #254257. Grayscale: #C3C3C3. Windows color (decimal): -2441816 or 11058650. OLE color: 11058650.

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

Color convert

RGB218189168-
CMYK00.130.230.15
HSL25.2º40.32%75.69%-
HSV(B)25.2º22.94%85.49%-
XYZ54.1854.1344.64-
YUV195.28112.61144.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 168 (66.02% from 255) = 29.22%
R=37.91%
G=32.87%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818916800.130.230.1525.240.3275.69
HexDABDA80D17F19284c
Octal33227525001527173150114
Binary11011010101111011010100001101101111111110011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDA8; }

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

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

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

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

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

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

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

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