Html Css Color HEX #DBB445 Tulip Tree

📋 copy color: '#DBB445'

red 219 ◦ green 180 ◦ blue 69

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

Shades of Tulip Tree #DBB445

Tints of Tulip Tree #DBB445

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.46%

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

R = 46.79%
G = 38.46%
B = 14.74%

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

#DBB445 (or 0xDBB445) is known color: Tulip Tree. HEX triplet: DB, B4 and 45. RGB value is (219,180,69). Sum of RGB (Red+Green+Blue) = 219+180+69=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB445 is #244BBA. Grayscale: #B3B3B3. Windows color (decimal): -2378683 or 4568283. OLE color: 4568283.

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

Color convert

RGB 219 180 69 -
CMYK 0 0.18 0.68 0.14
HSL 44.4º 0.68% 0.56% -
HSV(B) 44.4º 0.68% 0.86% -
XYZ 46.61 48.13 12.46 -
YUV 179.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 219 180 69 0 0.18 0.68 0.14 44.4 0.68 0.56
Hex DB B4 45 0 12 44 E 2C 44 38
Octal 333 264 105 0 22 104 16 54 104 70
Binary 11011011 10110100 1000101 0 10010 1000100 1110 101100 1000100 111000

Color Harmonies of #DBB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB445

Black with #DBB445

Text Example


Text Example

White with #DBB445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB445; }

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

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

background-color css

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

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

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

border-color css

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

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

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