#DABCA7

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

Shades of Just Right #DABCA7

Tints of Just Right #DABCA7

Color information

#DABCA7 (or 0xDABCA7) is unknown color: approx Just Right. HEX triplet: DA, BC and A7. RGB value is (218,188,167). Sum of RGB (Red+Green+Blue) = 218+188+167=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABCA7 is #254358. Grayscale: #C2C2C2. Windows color (decimal): -2442073 or 10992858. OLE color: 10992858.

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

Color convert

RGB218188167-
CMYK00.140.230.15
HSL24.71º40.8%75.49%-
HSV(B)24.71º23.39%85.49%-
XYZ53.8753.6644.08-
YUV194.58112.44144.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 167 (65.62% from 255) = 29.14%
R=38.05%
G=32.81%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818816700.140.230.1524.7140.875.49
HexDABCA70E17F19294b
Octal33227424701627173151113
Binary11011010101111001010011101110101111111110011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCA7; }

 p { color: rgb(218,188,167); }

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

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

 a { background-color: rgb(218,188,167); }

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

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

 span { border-color: rgb(218,188,167); }

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