Html Css Color HEX #DBB648 Tulip Tree

📋 copy color: '#DBB648'

red 219 ◦ green 182 ◦ blue 72

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

Shades of Tulip Tree #DBB648

Tints of Tulip Tree #DBB648

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.48%

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

R = 46.3%
G = 38.48%
B = 15.22%

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

#DBB648 (or 0xDBB648) is known color: Tulip Tree. HEX triplet: DB, B6 and 48. RGB value is (219,182,72). Sum of RGB (Red+Green+Blue) = 219+182+72=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB648 is #2449B7. Grayscale: #B4B4B4. Windows color (decimal): -2378168 or 4765403. OLE color: 4765403.

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

Color convert

RGB 219 182 72 -
CMYK 0 0.17 0.67 0.14
HSL 44.9º 0.67% 0.57% -
HSV(B) 44.9º 0.67% 0.86% -
XYZ 47.11 48.98 13.1 -
YUV 180.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 219 182 72 0 0.17 0.67 0.14 44.9 0.67 0.57
Hex DB B6 48 0 11 43 E 2D 43 39
Octal 333 266 110 0 21 103 16 55 103 71
Binary 11011011 10110110 1001000 0 10001 1000011 1110 101101 1000011 111001

Color Harmonies of #DBB648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB648

Black with #DBB648

Text Example


Text Example

White with #DBB648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB648; }

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

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

background-color css

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

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

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

border-color css

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

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

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