#DBC2AF

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

Shades of Just Right #DBC2AF

Tints of Just Right #DBC2AF

Color information

#DBC2AF (or 0xDBC2AF) is unknown color: approx Just Right. HEX triplet: DB, C2 and AF. RGB value is (219,194,175). Sum of RGB (Red+Green+Blue) = 219+194+175=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC2AF is #243D50. Grayscale: #C7C7C7. Windows color (decimal): -2374993 or 11518683. OLE color: 11518683.

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

Color convert

RGB219194175-
CMYK00.110.200.14
HSL25.91º37.93%77.25%-
HSV(B)25.91º20.09%85.88%-
XYZ56.2456.7448.54-
YUV199.31114.28142.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=37.24%
G=32.99%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919417500.110.200.1425.9137.9377.25
HexDBC2AF0B14E1a264d
Octal33330225701324163246115
Binary11011011110000101010111101011101001110110101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2AF; }

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

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

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

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

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

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

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

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