#DBC17D

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

Shades of Chalky #DBC17D

Tints of Chalky #DBC17D

Color information

#DBC17D (or 0xDBC17D) is unknown color: approx Chalky. HEX triplet: DB, C1 and 7D. RGB value is (219,193,125). Sum of RGB (Red+Green+Blue) = 219+193+125=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC17D is #243E82. Grayscale: #C1C1C1. Windows color (decimal): -2375299 or 8241627. OLE color: 8241627.

HSL color Cylindrical-coordinate representation of color #DBC17D: hue angle of 43.4º 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 #DBC17D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB219193125-
CMYK00.120.430.14
HSL43.4º56.63%67.45%-
HSV(B)43.4º42.92%85.88%-
XYZ51.9954.6827.22-
YUV193.0289.61146.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 193 (75.78% from 255) = 35.94%
BLUE value IS 125 (49.22% from 255) = 23.28%
R=40.78%
G=35.94%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919312500.120.430.1443.456.6367.45
HexDBC17D0C2BE2b3943
Octal33330117501453165371103
Binary110110111100000111111010110010101111101010111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC17D; }

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

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

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

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

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

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

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

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