Html Css Color HEX #DBA740 Tulip Tree

📋 copy color: '#DBA740'

red 219 ◦ green 167 ◦ blue 64

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

Shades of Tulip Tree #DBA740

Tints of Tulip Tree #DBA740

RGB

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

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

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

R = 48.67%
G = 37.11%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBA740 (or 0xDBA740) is known color: Tulip Tree. HEX triplet: DB, A7 and 40. RGB value is (219,167,64). Sum of RGB (Red+Green+Blue) = 219+167+64=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA740 is #2458BF. Grayscale: #ABABAB. Windows color (decimal): -2382016 or 4237275. OLE color: 4237275.

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

Color convert

RGB 219 167 64 -
CMYK 0 0.24 0.71 0.14
HSL 39.87º 0.68% 0.55% -
HSV(B) 39.87º 0.71% 0.86% -
XYZ 43.96 43.07 10.85 -
YUV 170.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 219 167 64 0 0.24 0.71 0.14 39.87 0.68 0.55
Hex DB A7 40 0 18 47 E 28 44 37
Octal 333 247 100 0 30 107 16 50 104 67
Binary 11011011 10100111 1000000 0 11000 1000111 1110 101000 1000100 110111

Color Harmonies of #DBA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA740

Black with #DBA740

Text Example


Text Example

White with #DBA740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA740; }

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

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

background-color css

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

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

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

border-color css

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

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

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