#DABAA3

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

Shades of Just Right #DABAA3

Tints of Just Right #DABAA3

Color information

#DABAA3 (or 0xDABAA3) is unknown color: approx Just Right. HEX triplet: DA, BA and A3. RGB value is (218,186,163). Sum of RGB (Red+Green+Blue) = 218+186+163=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAA3 is #25455C. Grayscale: #C1C1C1. Windows color (decimal): -2442589 or 10730202. OLE color: 10730202.

HSL color Cylindrical-coordinate representation of color #DABAA3: hue angle of 25.09º degrees, saturation: 0.43, 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 #DABAA3 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB218186163-
CMYK00.150.250.15
HSL25.09º42.64%74.71%-
HSV(B)25.09º25.23%85.49%-
XYZ53.0852.6742.02-
YUV192.95111.1145.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 163 (64.06% from 255) = 28.75%
R=38.45%
G=32.80%
B=28.75%

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
Decimal21818616300.150.250.1525.0942.6474.71
HexDABAA30F19F192b4b
Octal33227224301731173153113
Binary11011010101110101010001101111110011111110011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAA3; }

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

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

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

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

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

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

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

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