Html Css Color HEX #DBB548 Tulip Tree

📋 copy color: '#DBB548'

red 219 ◦ green 181 ◦ blue 72

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

Shades of Tulip Tree #DBB548

Tints of Tulip Tree #DBB548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.25%

R = 46.4%
G = 38.35%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBB548 (or 0xDBB548) is known color: Tulip Tree. HEX triplet: DB, B5 and 48. RGB value is (219,181,72). Sum of RGB (Red+Green+Blue) = 219+181+72=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB548 is #244AB7. Grayscale: #B4B4B4. Windows color (decimal): -2378424 or 4765147. OLE color: 4765147.

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

Color convert

RGB 219 181 72 -
CMYK 0 0.17 0.67 0.14
HSL 44.49º 0.67% 0.57% -
HSV(B) 44.49º 0.67% 0.86% -
XYZ 46.91 48.58 13.03 -
YUV 179.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 219 181 72 0 0.17 0.67 0.14 44.49 0.67 0.57
Hex DB B5 48 0 11 43 E 2C 43 39
Octal 333 265 110 0 21 103 16 54 103 71
Binary 11011011 10110101 1001000 0 10001 1000011 1110 101100 1000011 111001

Color Harmonies of #DBB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB548

Black with #DBB548

Text Example


Text Example

White with #DBB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB548; }

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

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

background-color css

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

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

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

border-color css

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

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

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