Html Css Color HEX #DBA741 Tulip Tree

📋 copy color: '#DBA741'

red 219 ◦ green 167 ◦ blue 65

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

Shades of Tulip Tree #DBA741

Tints of Tulip Tree #DBA741

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.03%

 BLUE value IS 65 (25.78% from 255) = 14.41%

R = 48.56%
G = 37.03%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBA741 (or 0xDBA741) is known color: Tulip Tree. HEX triplet: DB, A7 and 41. RGB value is (219,167,65). Sum of RGB (Red+Green+Blue) = 219+167+65=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA741 is #2458BE. Grayscale: #ABABAB. Windows color (decimal): -2382015 or 4302811. OLE color: 4302811.

HSL color Cylindrical-coordinate representation of color #DBA741: hue angle of 39.74º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBA741 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 167 65 -
CMYK 0 0.24 0.70 0.14
HSL 39.74º 0.68% 0.56% -
HSV(B) 39.74º 0.7% 0.86% -
XYZ 43.99 43.08 11 -
YUV 170.92 68.23 162.29 -
System Red Green Blue C M Y K H S L
Decimal 219 167 65 0 0.24 0.70 0.14 39.74 0.68 0.56
Hex DB A7 41 0 18 46 E 28 44 38
Octal 333 247 101 0 30 106 16 50 104 70
Binary 11011011 10100111 1000001 0 11000 1000110 1110 101000 1000100 111000

Color Harmonies of #DBA741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA741

Black with #DBA741

Text Example


Text Example

White with #DBA741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA741; }

 p { color: rgb(219,167,65); }

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

background-color css

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

 a { background-color: rgb(219,167,65); }

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

border-color css

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

 span { border-color: rgb(219,167,65); }

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