Html Css Color HEX #DBB448 Tulip Tree

📋 copy color: '#DBB448'

red 219 ◦ green 180 ◦ blue 72

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

Shades of Tulip Tree #DBB448

Tints of Tulip Tree #DBB448

RGB

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

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

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

R = 46.5%
G = 38.22%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBB448 (or 0xDBB448) is known color: Tulip Tree. HEX triplet: DB, B4 and 48. RGB value is (219,180,72). Sum of RGB (Red+Green+Blue) = 219+180+72=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB448 is #244BB7. Grayscale: #B3B3B3. Windows color (decimal): -2378680 or 4764891. OLE color: 4764891.

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

Color convert

RGB 219 180 72 -
CMYK 0 0.18 0.67 0.14
HSL 44.08º 0.67% 0.57% -
HSV(B) 44.08º 0.67% 0.86% -
XYZ 46.7 48.17 12.97 -
YUV 179.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 219 180 72 0 0.18 0.67 0.14 44.08 0.67 0.57
Hex DB B4 48 0 12 43 E 2C 43 39
Octal 333 264 110 0 22 103 16 54 103 71
Binary 11011011 10110100 1001000 0 10010 1000011 1110 101100 1000011 111001

Color Harmonies of #DBB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB448

Black with #DBB448

Text Example


Text Example

White with #DBB448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB448; }

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

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

background-color css

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

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

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

border-color css

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

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

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