Html Css Color HEX #DCB547 Tulip Tree

📋 copy color: '#DCB547'

red 220 ◦ green 181 ◦ blue 71

#DCB547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #DCB547

Tints of Tulip Tree #DCB547

RGB

 RED value IS 220 (86.33% from 255) = 46.61%

 GREEN value IS 181 (71.09% from 255) = 38.35%

 BLUE value IS 71 (28.13% from 255) = 15.04%

R = 46.61%
G = 38.35%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCB547 (or 0xDCB547) is known color: Tulip Tree. HEX triplet: DC, B5 and 47. RGB value is (220,181,71). Sum of RGB (Red+Green+Blue) = 220+181+71=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB547 is #234AB8. Grayscale: #B4B4B4. Windows color (decimal): -2312889 or 4699612. OLE color: 4699612.

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

Color convert

RGB 220 181 71 -
CMYK 0 0.18 0.68 0.14
HSL 44.3º 0.68% 0.57% -
HSV(B) 44.3º 0.68% 0.86% -
XYZ 47.18 48.72 12.88 -
YUV 180.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 220 181 71 0 0.18 0.68 0.14 44.3 0.68 0.57
Hex DC B5 47 0 12 44 E 2C 44 39
Octal 334 265 107 0 22 104 16 54 104 71
Binary 11011100 10110101 1000111 0 10010 1000100 1110 101100 1000100 111001

Color Harmonies of #DCB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB547

Black with #DCB547

Text Example


Text Example

White with #DCB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB547; }

 p { color: rgb(220,181,71); }

 H1.HeaderClassName
 {
   color: #DCB547;
 }
 .AnyTagClassName
 {
   color: #DCB547;
 }
</style>

background-color css

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

 a { background-color: rgb(220,181,71); }

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

border-color css

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

 span { border-color: rgb(220,181,71); }

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