#DBBCA4

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

Shades of Just Right #DBBCA4

Tints of Just Right #DBBCA4

Color information

#DBBCA4 (or 0xDBBCA4) is unknown color: approx Just Right. HEX triplet: DB, BC and A4. RGB value is (219,188,164). Sum of RGB (Red+Green+Blue) = 219+188+164=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCA4 is #24435B. Grayscale: #C2C2C2. Windows color (decimal): -2376540 or 10796251. OLE color: 10796251.

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

Color convert

RGB219188164-
CMYK00.140.250.14
HSL26.18º43.31%75.1%-
HSV(B)26.18º25.11%85.88%-
XYZ53.953.7142.65-
YUV194.53110.77145.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=38.35%
G=32.92%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918816400.140.250.1426.1843.3175.1
HexDBBCA40E19E1a2b4b
Octal33327424401631163253113
Binary11011011101111001010010001110110011110110101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCA4; }

 p { color: rgb(219,188,164); }

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

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

 a { background-color: rgb(219,188,164); }

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

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

 span { border-color: rgb(219,188,164); }

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