Html Css Color HEX #DBB546 Tulip Tree

📋 copy color: '#DBB546'

red 219 ◦ green 181 ◦ blue 70

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

Shades of Tulip Tree #DBB546

Tints of Tulip Tree #DBB546

RGB

 RED value IS 219 (85.94% from 255) = 46.6%

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

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

R = 46.6%
G = 38.51%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBB546 (or 0xDBB546) is known color: Tulip Tree. HEX triplet: DB, B5 and 46. RGB value is (219,181,70). Sum of RGB (Red+Green+Blue) = 219+181+70=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB546 is #244AB9. Grayscale: #B4B4B4. Windows color (decimal): -2378426 or 4634075. OLE color: 4634075.

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

Color convert

RGB 219 181 70 -
CMYK 0 0.17 0.68 0.14
HSL 44.7º 0.67% 0.57% -
HSV(B) 44.7º 0.68% 0.86% -
XYZ 46.84 48.55 12.7 -
YUV 179.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 219 181 70 0 0.17 0.68 0.14 44.7 0.67 0.57
Hex DB B5 46 0 11 44 E 2D 43 39
Octal 333 265 106 0 21 104 16 55 103 71
Binary 11011011 10110101 1000110 0 10001 1000100 1110 101101 1000011 111001

Color Harmonies of #DBB546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB546

Black with #DBB546

Text Example


Text Example

White with #DBB546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB546; }

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

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

background-color css

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

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

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

border-color css

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

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

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