Html Css Color HEX #DBB341 Tulip Tree

📋 copy color: '#DBB341'

red 219 ◦ green 179 ◦ blue 65

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

Shades of Tulip Tree #DBB341

Tints of Tulip Tree #DBB341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.66%

 BLUE value IS 65 (25.78% from 255) = 14.04%

R = 47.3%
G = 38.66%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBB341 (or 0xDBB341) is known color: Tulip Tree. HEX triplet: DB, B3 and 41. RGB value is (219,179,65). Sum of RGB (Red+Green+Blue) = 219+179+65=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB341 is #244CBE. Grayscale: #B2B2B2. Windows color (decimal): -2378943 or 4305883. OLE color: 4305883.

HSL color Cylindrical-coordinate representation of color #DBB341: hue angle of 44.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBB341 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 65 -
CMYK 0 0.18 0.70 0.14
HSL 44.42º 0.68% 0.56% -
HSV(B) 44.42º 0.7% 0.86% -
XYZ 46.29 47.68 11.76 -
YUV 177.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 219 179 65 0 0.18 0.70 0.14 44.42 0.68 0.56
Hex DB B3 41 0 12 46 E 2C 44 38
Octal 333 263 101 0 22 106 16 54 104 70
Binary 11011011 10110011 1000001 0 10010 1000110 1110 101100 1000100 111000

Color Harmonies of #DBB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB341

Black with #DBB341

Text Example


Text Example

White with #DBB341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB341; }

 p { color: rgb(219,179,65); }

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

background-color css

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

 a { background-color: rgb(219,179,65); }

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

border-color css

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

 span { border-color: rgb(219,179,65); }

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