#DAB7A2

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

Shades of Just Right #DAB7A2

Tints of Just Right #DAB7A2

Color information

#DAB7A2 (or 0xDAB7A2) is unknown color: approx Just Right. HEX triplet: DA, B7 and A2. RGB value is (218,183,162). Sum of RGB (Red+Green+Blue) = 218+183+162=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB7A2 is #25485D. Grayscale: #BFBFBF. Windows color (decimal): -2443358 or 10663898. OLE color: 10663898.

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

Color convert

RGB218183162-
CMYK00.160.260.15
HSL22.5º43.08%74.51%-
HSV(B)22.5º25.69%85.49%-
XYZ52.3751.3841.34-
YUV191.07111.6147.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 183 (71.88% from 255) = 32.50%
BLUE value IS 162 (63.67% from 255) = 28.77%
R=38.72%
G=32.50%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818316200.160.260.1522.543.0874.51
HexDAB7A20101AF172b4b
Octal33226724202032172753113
Binary110110101011011110100010010000110101111101111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7A2; }

 p { color: rgb(218,183,162); }

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

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

 a { background-color: rgb(218,183,162); }

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

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

 span { border-color: rgb(218,183,162); }

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