#DABBA4

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

Shades of Just Right #DABBA4

Tints of Just Right #DABBA4

Color information

#DABBA4 (or 0xDABBA4) is unknown color: approx Just Right. HEX triplet: DA, BB and A4. RGB value is (218,187,164). Sum of RGB (Red+Green+Blue) = 218+187+164=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA4 is #25445B. Grayscale: #C1C1C1. Windows color (decimal): -2442332 or 10795994. OLE color: 10795994.

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

Color convert

RGB218187164-
CMYK00.140.250.15
HSL25.56º42.19%74.9%-
HSV(B)25.56º24.77%85.49%-
XYZ53.3853.1342.56-
YUV193.65111.27145.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 164 (64.45% from 255) = 28.82%
R=38.31%
G=32.86%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818716400.140.250.1525.5642.1974.9
HexDABBA40E19F1a2a4b
Octal33227324401631173252113
Binary11011010101110111010010001110110011111110101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBA4; }

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

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

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

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

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

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

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

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