Html Css Color HEX #DBB141 Tulip Tree

📋 copy color: '#DBB141'

red 219 ◦ green 177 ◦ blue 65

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

Shades of Tulip Tree #DBB141

Tints of Tulip Tree #DBB141

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.39%

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

R = 47.51%
G = 38.39%
B = 14.1%

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

#DBB141 (or 0xDBB141) is known color: Tulip Tree. HEX triplet: DB, B1 and 41. RGB value is (219,177,65). Sum of RGB (Red+Green+Blue) = 219+177+65=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB141 is #244EBE. Grayscale: #B1B1B1. Windows color (decimal): -2379455 or 4305371. OLE color: 4305371.

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

Color convert

RGB 219 177 65 -
CMYK 0 0.19 0.70 0.14
HSL 43.64º 0.68% 0.56% -
HSV(B) 43.64º 0.7% 0.86% -
XYZ 45.89 46.89 11.63 -
YUV 176.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 219 177 65 0 0.19 0.70 0.14 43.64 0.68 0.56
Hex DB B1 41 0 13 46 E 2C 44 38
Octal 333 261 101 0 23 106 16 54 104 70
Binary 11011011 10110001 1000001 0 10011 1000110 1110 101100 1000100 111000

Color Harmonies of #DBB141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB141

Black with #DBB141

Text Example


Text Example

White with #DBB141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB141; }

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

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

background-color css

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

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

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

border-color css

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

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

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