#DBC37D

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

Shades of Chalky #DBC37D

Tints of Chalky #DBC37D

Color information

#DBC37D (or 0xDBC37D) is unknown color: approx Chalky. HEX triplet: DB, C3 and 7D. RGB value is (219,195,125). Sum of RGB (Red+Green+Blue) = 219+195+125=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC37D is #243C82. Grayscale: #C2C2C2. Windows color (decimal): -2374787 or 8242139. OLE color: 8242139.

HSL color Cylindrical-coordinate representation of color #DBC37D: hue angle of 44.68º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBC37D is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB219195125-
CMYK00.110.430.14
HSL44.68º56.63%67.45%-
HSV(B)44.68º42.92%85.88%-
XYZ52.4355.5727.36-
YUV194.288.95145.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 195 (76.56% from 255) = 36.18%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=40.63%
G=36.18%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919512500.110.430.1444.6856.6367.45
HexDBC37D0B2BE2d3943
Octal33330317501353165571103
Binary110110111100001111111010101110101111101011011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC37D; }

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

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

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

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

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

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

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

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