Html Css Color HEX #DBB241 Tulip Tree

📋 copy color: '#DBB241'

red 219 ◦ green 178 ◦ blue 65

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

Shades of Tulip Tree #DBB241

Tints of Tulip Tree #DBB241

RGB

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

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

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

R = 47.4%
G = 38.53%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBB241 (or 0xDBB241) is known color: Tulip Tree. HEX triplet: DB, B2 and 41. RGB value is (219,178,65). Sum of RGB (Red+Green+Blue) = 219+178+65=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB241 is #244DBE. Grayscale: #B1B1B1. Windows color (decimal): -2379199 or 4305627. OLE color: 4305627.

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

Color convert

RGB 219 178 65 -
CMYK 0 0.19 0.70 0.14
HSL 44.03º 0.68% 0.56% -
HSV(B) 44.03º 0.7% 0.86% -
XYZ 46.09 47.28 11.7 -
YUV 177.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 219 178 65 0 0.19 0.70 0.14 44.03 0.68 0.56
Hex DB B2 41 0 13 46 E 2C 44 38
Octal 333 262 101 0 23 106 16 54 104 70
Binary 11011011 10110010 1000001 0 10011 1000110 1110 101100 1000100 111000

Color Harmonies of #DBB241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB241

Black with #DBB241

Text Example


Text Example

White with #DBB241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB241; }

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

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

background-color css

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

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

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

border-color css

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

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

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