Html Css Color HEX #DBA648 Tulip Tree

📋 copy color: '#DBA648'

red 219 ◦ green 166 ◦ blue 72

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

Shades of Tulip Tree #DBA648

Tints of Tulip Tree #DBA648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.32%

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

R = 47.92%
G = 36.32%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBA648 (or 0xDBA648) is known color: Tulip Tree. HEX triplet: DB, A6 and 48. RGB value is (219,166,72). Sum of RGB (Red+Green+Blue) = 219+166+72=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA648 is #2459B7. Grayscale: #ABABAB. Windows color (decimal): -2382264 or 4761307. OLE color: 4761307.

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

Color convert

RGB 219 166 72 -
CMYK 0 0.24 0.67 0.14
HSL 38.37º 0.67% 0.57% -
HSV(B) 38.37º 0.67% 0.86% -
XYZ 44.02 42.8 12.07 -
YUV 171.13 72.06 162.14 -
System Red Green Blue C M Y K H S L
Decimal 219 166 72 0 0.24 0.67 0.14 38.37 0.67 0.57
Hex DB A6 48 0 18 43 E 26 43 39
Octal 333 246 110 0 30 103 16 46 103 71
Binary 11011011 10100110 1001000 0 11000 1000011 1110 100110 1000011 111001

Color Harmonies of #DBA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA648

Black with #DBA648

Text Example


Text Example

White with #DBA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA648; }

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

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

background-color css

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

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

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

border-color css

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

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

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