Html Css Color HEX #DBB040 Tulip Tree

📋 copy color: '#DBB040'

red 219 ◦ green 176 ◦ blue 64

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

Shades of Tulip Tree #DBB040

Tints of Tulip Tree #DBB040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.34%

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

R = 47.71%
G = 38.34%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBB040 (or 0xDBB040) is known color: Tulip Tree. HEX triplet: DB, B0 and 40. RGB value is (219,176,64). Sum of RGB (Red+Green+Blue) = 219+176+64=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB040 is #244FBF. Grayscale: #B0B0B0. Windows color (decimal): -2379712 or 4239579. OLE color: 4239579.

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

Color convert

RGB 219 176 64 -
CMYK 0 0.20 0.71 0.14
HSL 43.35º 0.68% 0.55% -
HSV(B) 43.35º 0.71% 0.86% -
XYZ 45.66 46.48 11.42 -
YUV 176.09 64.75 158.61 -
System Red Green Blue C M Y K H S L
Decimal 219 176 64 0 0.20 0.71 0.14 43.35 0.68 0.55
Hex DB B0 40 0 14 47 E 2B 44 37
Octal 333 260 100 0 24 107 16 53 104 67
Binary 11011011 10110000 1000000 0 10100 1000111 1110 101011 1000100 110111

Color Harmonies of #DBB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB040

Black with #DBB040

Text Example


Text Example

White with #DBB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB040; }

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

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

background-color css

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

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

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

border-color css

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

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

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