Html Css Color HEX #DBB545 Tulip Tree

📋 copy color: '#DBB545'

red 219 ◦ green 181 ◦ blue 69

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

Shades of Tulip Tree #DBB545

Tints of Tulip Tree #DBB545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.71%

R = 46.7%
G = 38.59%
B = 14.71%

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

#DBB545 (or 0xDBB545) is known color: Tulip Tree. HEX triplet: DB, B5 and 45. RGB value is (219,181,69). Sum of RGB (Red+Green+Blue) = 219+181+69=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB545 is #244ABA. Grayscale: #B4B4B4. Windows color (decimal): -2378427 or 4568539. OLE color: 4568539.

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

Color convert

RGB 219 181 69 -
CMYK 0 0.17 0.68 0.14
HSL 44.8º 0.68% 0.56% -
HSV(B) 44.8º 0.68% 0.86% -
XYZ 46.81 48.54 12.53 -
YUV 179.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 219 181 69 0 0.17 0.68 0.14 44.8 0.68 0.56
Hex DB B5 45 0 11 44 E 2D 44 38
Octal 333 265 105 0 21 104 16 55 104 70
Binary 11011011 10110101 1000101 0 10001 1000100 1110 101101 1000100 111000

Color Harmonies of #DBB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB545

Black with #DBB545

Text Example


Text Example

White with #DBB545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB545; }

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

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

background-color css

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

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

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

border-color css

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

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

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