Html Css Color HEX #DBB045 Tulip Tree

📋 copy color: '#DBB045'

red 219 ◦ green 176 ◦ blue 69

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

Shades of Tulip Tree #DBB045

Tints of Tulip Tree #DBB045

RGB

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

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

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

R = 47.2%
G = 37.93%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBB045 (or 0xDBB045) is known color: Tulip Tree. HEX triplet: DB, B0 and 45. RGB value is (219,176,69). Sum of RGB (Red+Green+Blue) = 219+176+69=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB045 is #244FBA. Grayscale: #B1B1B1. Windows color (decimal): -2379707 or 4567259. OLE color: 4567259.

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

Color convert

RGB 219 176 69 -
CMYK 0 0.20 0.68 0.14
HSL 42.8º 0.68% 0.56% -
HSV(B) 42.8º 0.68% 0.86% -
XYZ 45.81 46.54 12.2 -
YUV 176.66 67.25 158.2 -
System Red Green Blue C M Y K H S L
Decimal 219 176 69 0 0.20 0.68 0.14 42.8 0.68 0.56
Hex DB B0 45 0 14 44 E 2B 44 38
Octal 333 260 105 0 24 104 16 53 104 70
Binary 11011011 10110000 1000101 0 10100 1000100 1110 101011 1000100 111000

Color Harmonies of #DBB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB045

Black with #DBB045

Text Example


Text Example

White with #DBB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB045; }

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

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

background-color css

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

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

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

border-color css

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

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

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