Html Css Color HEX #DBB048 Tulip Tree

📋 copy color: '#DBB048'

red 219 ◦ green 176 ◦ blue 72

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

Shades of Tulip Tree #DBB048

Tints of Tulip Tree #DBB048

RGB

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

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

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

R = 46.9%
G = 37.69%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBB048 (or 0xDBB048) is known color: Tulip Tree. HEX triplet: DB, B0 and 48. RGB value is (219,176,72). Sum of RGB (Red+Green+Blue) = 219+176+72=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB048 is #244FB7. Grayscale: #B1B1B1. Windows color (decimal): -2379704 or 4763867. OLE color: 4763867.

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

Color convert

RGB 219 176 72 -
CMYK 0 0.20 0.67 0.14
HSL 42.45º 0.67% 0.57% -
HSV(B) 42.45º 0.67% 0.86% -
XYZ 45.91 46.58 12.7 -
YUV 177 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 219 176 72 0 0.20 0.67 0.14 42.45 0.67 0.57
Hex DB B0 48 0 14 43 E 2A 43 39
Octal 333 260 110 0 24 103 16 52 103 71
Binary 11011011 10110000 1001000 0 10100 1000011 1110 101010 1000011 111001

Color Harmonies of #DBB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB048

Black with #DBB048

Text Example


Text Example

White with #DBB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB048; }

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

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

background-color css

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

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

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

border-color css

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

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

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