Html Css Color HEX #DBA840 Tulip Tree

📋 copy color: '#DBA840'

red 219 ◦ green 168 ◦ blue 64

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

Shades of Tulip Tree #DBA840

Tints of Tulip Tree #DBA840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.25%

 BLUE value IS 64 (25.39% from 255) = 14.19%

R = 48.56%
G = 37.25%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBA840 (or 0xDBA840) is known color: Tulip Tree. HEX triplet: DB, A8 and 40. RGB value is (219,168,64). Sum of RGB (Red+Green+Blue) = 219+168+64=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA840 is #2457BF. Grayscale: #ABABAB. Windows color (decimal): -2381760 or 4237531. OLE color: 4237531.

HSL color Cylindrical-coordinate representation of color #DBA840: hue angle of 40.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBA840 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 64 -
CMYK 0 0.23 0.71 0.14
HSL 40.26º 0.68% 0.55% -
HSV(B) 40.26º 0.71% 0.86% -
XYZ 44.14 43.44 10.91 -
YUV 171.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 219 168 64 0 0.23 0.71 0.14 40.26 0.68 0.55
Hex DB A8 40 0 17 47 E 28 44 37
Octal 333 250 100 0 27 107 16 50 104 67
Binary 11011011 10101000 1000000 0 10111 1000111 1110 101000 1000100 110111

Color Harmonies of #DBA840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA840

Black with #DBA840

Text Example


Text Example

White with #DBA840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA840; }

 p { color: rgb(219,168,64); }

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

background-color css

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

 a { background-color: rgb(219,168,64); }

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

border-color css

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

 span { border-color: rgb(219,168,64); }

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