Html Css Color HEX #DCB546 Tulip Tree

📋 copy color: '#DCB546'

red 220 ◦ green 181 ◦ blue 70

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

Shades of Tulip Tree #DCB546

Tints of Tulip Tree #DCB546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.86%

R = 46.71%
G = 38.43%
B = 14.86%

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

#DCB546 (or 0xDCB546) is known color: Tulip Tree. HEX triplet: DC, B5 and 46. RGB value is (220,181,70). Sum of RGB (Red+Green+Blue) = 220+181+70=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB546 is #234AB9. Grayscale: #B4B4B4. Windows color (decimal): -2312890 or 4634076. OLE color: 4634076.

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

Color convert

RGB 220 181 70 -
CMYK 0 0.18 0.68 0.14
HSL 44.4º 0.68% 0.57% -
HSV(B) 44.4º 0.68% 0.86% -
XYZ 47.14 48.71 12.71 -
YUV 180.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 220 181 70 0 0.18 0.68 0.14 44.4 0.68 0.57
Hex DC B5 46 0 12 44 E 2C 44 39
Octal 334 265 106 0 22 104 16 54 104 71
Binary 11011100 10110101 1000110 0 10010 1000100 1110 101100 1000100 111001

Color Harmonies of #DCB546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB546

Black with #DCB546

Text Example


Text Example

White with #DCB546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB546; }

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

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

background-color css

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

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

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

border-color css

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

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

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