Html Css Color HEX #DBA240 Tulip Tree

📋 copy color: '#DBA240'

red 219 ◦ green 162 ◦ blue 64

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

Shades of Tulip Tree #DBA240

Tints of Tulip Tree #DBA240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.4%

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

R = 49.21%
G = 36.4%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBA240 (or 0xDBA240) is known color: Tulip Tree. HEX triplet: DB, A2 and 40. RGB value is (219,162,64). Sum of RGB (Red+Green+Blue) = 219+162+64=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA240 is #245DBF. Grayscale: #A8A8A8. Windows color (decimal): -2383296 or 4235995. OLE color: 4235995.

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

Color convert

RGB 219 162 64 -
CMYK 0 0.26 0.71 0.14
HSL 37.94º 0.68% 0.55% -
HSV(B) 37.94º 0.71% 0.86% -
XYZ 43.06 41.27 10.55 -
YUV 167.87 69.38 164.47 -
System Red Green Blue C M Y K H S L
Decimal 219 162 64 0 0.26 0.71 0.14 37.94 0.68 0.55
Hex DB A2 40 0 1A 47 E 26 44 37
Octal 333 242 100 0 32 107 16 46 104 67
Binary 11011011 10100010 1000000 0 11010 1000111 1110 100110 1000100 110111

Color Harmonies of #DBA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA240

Black with #DBA240

Text Example


Text Example

White with #DBA240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA240; }

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

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

background-color css

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

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

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

border-color css

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

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

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