#DBC371

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

Shades of Chenin #DBC371

Tints of Chenin #DBC371

Color information

#DBC371 (or 0xDBC371) is unknown color: approx Chenin. HEX triplet: DB, C3 and 71. RGB value is (219,195,113). Sum of RGB (Red+Green+Blue) = 219+195+113=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC371 is #243C8E. Grayscale: #C1C1C1. Windows color (decimal): -2374799 or 7455707. OLE color: 7455707.

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

Color convert

RGB219195113-
CMYK00.110.480.14
HSL46.42º59.55%65.1%-
HSV(B)46.42º48.4%85.88%-
XYZ51.7155.2823.57-
YUV192.8382.95146.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=41.56%
G=37.00%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919511300.110.480.1446.4259.5565.1
HexDBC3710B30E2e3c41
Octal33330316101360165674101
Binary110110111100001111100010101111000011101011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC371; }

 p { color: rgb(219,195,113); }

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

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

 a { background-color: rgb(219,195,113); }

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

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

 span { border-color: rgb(219,195,113); }

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