#DBC1AF

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

Shades of Just Right #DBC1AF

Tints of Just Right #DBC1AF

Color information

#DBC1AF (or 0xDBC1AF) is unknown color: approx Just Right. HEX triplet: DB, C1 and AF. RGB value is (219,193,175). Sum of RGB (Red+Green+Blue) = 219+193+175=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC1AF is #243E50. Grayscale: #C6C6C6. Windows color (decimal): -2375249 or 11518427. OLE color: 11518427.

HSL color Cylindrical-coordinate representation of color #DBC1AF: hue angle of 24.55º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC1AF is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219193175-
CMYK00.120.200.14
HSL24.55º37.93%77.25%-
HSV(B)24.55º20.09%85.88%-
XYZ56.0256.348.47-
YUV198.72114.61142.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=37.31%
G=32.88%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919317500.120.200.1424.5537.9377.25
HexDBC1AF0C14E19264d
Octal33330125701424163146115
Binary11011011110000011010111101100101001110110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1AF; }

 p { color: rgb(219,193,175); }

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

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

 a { background-color: rgb(219,193,175); }

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

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

 span { border-color: rgb(219,193,175); }

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