Html Css Color HEX #DBB240 Tulip Tree

📋 copy color: '#DBB240'

red 219 ◦ green 178 ◦ blue 64

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

Shades of Tulip Tree #DBB240

Tints of Tulip Tree #DBB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

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

R = 47.51%
G = 38.61%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBB240 (or 0xDBB240) is known color: Tulip Tree. HEX triplet: DB, B2 and 40. RGB value is (219,178,64). Sum of RGB (Red+Green+Blue) = 219+178+64=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB240 is #244DBF. Grayscale: #B1B1B1. Windows color (decimal): -2379200 or 4240091. OLE color: 4240091.

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

Color convert

RGB 219 178 64 -
CMYK 0 0.19 0.71 0.14
HSL 44.13º 0.68% 0.55% -
HSV(B) 44.13º 0.71% 0.86% -
XYZ 46.06 47.27 11.55 -
YUV 177.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 219 178 64 0 0.19 0.71 0.14 44.13 0.68 0.55
Hex DB B2 40 0 13 47 E 2C 44 37
Octal 333 262 100 0 23 107 16 54 104 67
Binary 11011011 10110010 1000000 0 10011 1000111 1110 101100 1000100 110111

Color Harmonies of #DBB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB240

Black with #DBB240

Text Example


Text Example

White with #DBB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB240; }

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

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

background-color css

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

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

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

border-color css

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

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

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