#DBC769

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

Shades of Chenin #DBC769

Tints of Chenin #DBC769

Color information

#DBC769 (or 0xDBC769) is unknown color: approx Chenin. HEX triplet: DB, C7 and 69. RGB value is (219,199,105). Sum of RGB (Red+Green+Blue) = 219+199+105=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC769 is #243896. Grayscale: #C2C2C2. Windows color (decimal): -2373783 or 6932443. OLE color: 6932443.

HSL color Cylindrical-coordinate representation of color #DBC769: hue angle of 49.47º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBC769 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB219199105-
CMYK00.090.520.14
HSL49.47º61.29%63.53%-
HSV(B)49.47º52.05%85.88%-
XYZ52.1956.9321.6-
YUV194.2677.63145.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 199 (78.12% from 255) = 38.05%
BLUE value IS 105 (41.41% from 255) = 20.08%
R=41.87%
G=38.05%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919910500.090.520.1449.4761.2963.53
HexDBC7690934E313d40
Octal33330715101164166175100
Binary110110111100011111010010100111010011101100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC769; }

 p { color: rgb(219,199,105); }

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

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

 a { background-color: rgb(219,199,105); }

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

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

 span { border-color: rgb(219,199,105); }

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