#DABAA4

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

Shades of Just Right #DABAA4

Tints of Just Right #DABAA4

Color information

#DABAA4 (or 0xDABAA4) is unknown color: approx Just Right. HEX triplet: DA, BA and A4. RGB value is (218,186,164). Sum of RGB (Red+Green+Blue) = 218+186+164=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA4 is #25455B. Grayscale: #C1C1C1. Windows color (decimal): -2442588 or 10795738. OLE color: 10795738.

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

Color convert

RGB218186164-
CMYK00.150.250.15
HSL24.44º42.19%74.9%-
HSV(B)24.44º24.77%85.49%-
XYZ53.1752.742.49-
YUV193.06111.6145.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 164 (64.45% from 255) = 28.87%
R=38.38%
G=32.75%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818616400.150.250.1524.4442.1974.9
HexDABAA40F19F182a4b
Octal33227224401731173052113
Binary11011010101110101010010001111110011111110001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAA4; }

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

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

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

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

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

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

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

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