Html Css Color HEX #DBB044 Tulip Tree

📋 copy color: '#DBB044'

red 219 ◦ green 176 ◦ blue 68

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

Shades of Tulip Tree #DBB044

Tints of Tulip Tree #DBB044

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.01%

 BLUE value IS 68 (26.95% from 255) = 14.69%

R = 47.3%
G = 38.01%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBB044 (or 0xDBB044) is known color: Tulip Tree. HEX triplet: DB, B0 and 44. RGB value is (219,176,68). Sum of RGB (Red+Green+Blue) = 219+176+68=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB044 is #244FBB. Grayscale: #B1B1B1. Windows color (decimal): -2379708 or 4501723. OLE color: 4501723.

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

Color convert

RGB 219 176 68 -
CMYK 0 0.20 0.69 0.14
HSL 42.91º 0.68% 0.56% -
HSV(B) 42.91º 0.69% 0.86% -
XYZ 45.78 46.53 12.04 -
YUV 176.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 219 176 68 0 0.20 0.69 0.14 42.91 0.68 0.56
Hex DB B0 44 0 14 45 E 2B 44 38
Octal 333 260 104 0 24 105 16 53 104 70
Binary 11011011 10110000 1000100 0 10100 1000101 1110 101011 1000100 111000

Color Harmonies of #DBB044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB044

Black with #DBB044

Text Example


Text Example

White with #DBB044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB044; }

 p { color: rgb(219,176,68); }

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

background-color css

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

 a { background-color: rgb(219,176,68); }

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

border-color css

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

 span { border-color: rgb(219,176,68); }

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