Html Css Color HEX #DBA641 Tulip Tree

📋 copy color: '#DBA641'

red 219 ◦ green 166 ◦ blue 65

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

Shades of Tulip Tree #DBA641

Tints of Tulip Tree #DBA641

RGB

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

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

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

R = 48.67%
G = 36.89%
B = 14.44%

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

#DBA641 (or 0xDBA641) is known color: Tulip Tree. HEX triplet: DB, A6 and 41. RGB value is (219,166,65). Sum of RGB (Red+Green+Blue) = 219+166+65=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA641 is #2459BE. Grayscale: #AAAAAA. Windows color (decimal): -2382271 or 4302555. OLE color: 4302555.

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

Color convert

RGB 219 166 65 -
CMYK 0 0.24 0.70 0.14
HSL 39.35º 0.68% 0.56% -
HSV(B) 39.35º 0.7% 0.86% -
XYZ 43.8 42.71 10.94 -
YUV 170.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 219 166 65 0 0.24 0.70 0.14 39.35 0.68 0.56
Hex DB A6 41 0 18 46 E 27 44 38
Octal 333 246 101 0 30 106 16 47 104 70
Binary 11011011 10100110 1000001 0 11000 1000110 1110 100111 1000100 111000

Color Harmonies of #DBA641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA641

Black with #DBA641

Text Example


Text Example

White with #DBA641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA641; }

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

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

background-color css

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

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

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

border-color css

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

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

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