#DCB748

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

Shades of Tulip Tree #DCB748

Tints of Tulip Tree #DCB748

Color information

#DCB748 (or 0xDCB748) is unknown color: approx Tulip Tree. HEX triplet: DC, B7 and 48. RGB value is (220,183,72). Sum of RGB (Red+Green+Blue) = 220+183+72=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB748 is #2348B7. Grayscale: #B5B5B5. Windows color (decimal): -2312376 or 4765660. OLE color: 4765660.

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

Color convert

RGB22018372-
CMYK00.170.670.14
HSL45º67.89%57.25%-
HSV(B)45º67.27%86.27%-
XYZ47.6249.5513.19-
YUV181.4166.26155.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.32%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 72 (28.52% from 255) = 15.16%
R=46.32%
G=38.53%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201837200.170.670.144567.8957.25
HexDCB74801143E2d4439
Octal334267110021103165510471
Binary11011100101101111001000010001100001111101011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB748; }

 p { color: rgb(220,183,72); }

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

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

 a { background-color: rgb(220,183,72); }

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

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

 span { border-color: rgb(220,183,72); }

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