#DBC172

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

Shades of Chenin #DBC172

Tints of Chenin #DBC172

Color information

#DBC172 (or 0xDBC172) is unknown color: approx Chenin. HEX triplet: DB, C1 and 72. RGB value is (219,193,114). Sum of RGB (Red+Green+Blue) = 219+193+114=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC172 is #243E8D. Grayscale: #C0C0C0. Windows color (decimal): -2375310 or 7520731. OLE color: 7520731.

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

Color convert

RGB219193114-
CMYK00.120.480.14
HSL45.14º59.32%65.29%-
HSV(B)45.14º47.95%85.88%-
XYZ51.3254.4123.72-
YUV191.7784.11147.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.63%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=41.63%
G=36.69%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919311400.120.480.1445.1459.3265.29
HexDBC1720C30E2d3b41
Octal33330116201460165573101
Binary110110111100000111100100110011000011101011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC172; }

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

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

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

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

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

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

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

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