#DBC174

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

Shades of Chenin #DBC174

Tints of Chenin #DBC174

Color information

#DBC174 (or 0xDBC174) is unknown color: approx Chenin. HEX triplet: DB, C1 and 74. RGB value is (219,193,116). Sum of RGB (Red+Green+Blue) = 219+193+116=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC174 is #243E8B. Grayscale: #C0C0C0. Windows color (decimal): -2375308 or 7651803. OLE color: 7651803.

HSL color Cylindrical-coordinate representation of color #DBC174: hue angle of 44.85º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBC174 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB219193116-
CMYK00.120.470.14
HSL44.85º58.86%65.69%-
HSV(B)44.85º47.03%85.88%-
XYZ51.4454.4624.32-
YUV19285.11147.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 116 (45.70% from 255) = 21.97%
R=41.48%
G=36.55%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919311600.120.470.1444.8558.8665.69
HexDBC1740C2FE2d3b42
Octal33330116401457165573102
Binary110110111100000111101000110010111111101011011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC174; }

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

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

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

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

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

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

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

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