Html Css Color HEX #DCB847 Tulip Tree

📋 copy color: '#DCB847'

red 220 ◦ green 184 ◦ blue 71

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

Shades of Tulip Tree #DCB847

Tints of Tulip Tree #DCB847

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.74%

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

R = 46.32%
G = 38.74%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCB847 (or 0xDCB847) is known color: Tulip Tree. HEX triplet: DC, B8 and 47. RGB value is (220,184,71). Sum of RGB (Red+Green+Blue) = 220+184+71=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB847 is #2347B8. Grayscale: #B6B6B6. Windows color (decimal): -2312121 or 4700380. OLE color: 4700380.

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

Color convert

RGB 220 184 71 -
CMYK 0 0.16 0.68 0.14
HSL 45.5º 0.68% 0.57% -
HSV(B) 45.5º 0.68% 0.86% -
XYZ 47.79 49.95 13.08 -
YUV 181.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 220 184 71 0 0.16 0.68 0.14 45.5 0.68 0.57
Hex DC B8 47 0 10 44 E 2E 44 39
Octal 334 270 107 0 20 104 16 56 104 71
Binary 11011100 10111000 1000111 0 10000 1000100 1110 101110 1000100 111001

Color Harmonies of #DCB847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB847

Black with #DCB847

Text Example


Text Example

White with #DCB847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB847; }

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

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

background-color css

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

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

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

border-color css

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

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

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