Html Css Color HEX #DBB145 Tulip Tree

📋 copy color: '#DBB145'

red 219 ◦ green 177 ◦ blue 69

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

Shades of Tulip Tree #DBB145

Tints of Tulip Tree #DBB145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.84%

R = 47.1%
G = 38.06%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBB145 (or 0xDBB145) is known color: Tulip Tree. HEX triplet: DB, B1 and 45. RGB value is (219,177,69). Sum of RGB (Red+Green+Blue) = 219+177+69=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB145 is #244EBA. Grayscale: #B1B1B1. Windows color (decimal): -2379451 or 4567515. OLE color: 4567515.

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

Color convert

RGB 219 177 69 -
CMYK 0 0.19 0.68 0.14
HSL 43.2º 0.68% 0.56% -
HSV(B) 43.2º 0.68% 0.86% -
XYZ 46.01 46.93 12.26 -
YUV 177.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 219 177 69 0 0.19 0.68 0.14 43.2 0.68 0.56
Hex DB B1 45 0 13 44 E 2B 44 38
Octal 333 261 105 0 23 104 16 53 104 70
Binary 11011011 10110001 1000101 0 10011 1000100 1110 101011 1000100 111000

Color Harmonies of #DBB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB145

Black with #DBB145

Text Example


Text Example

White with #DBB145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB145; }

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

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

background-color css

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

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

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

border-color css

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

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

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