Html Css Color HEX #DBB645 Tulip Tree

📋 copy color: '#DBB645'

red 219 ◦ green 182 ◦ blue 69

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

Shades of Tulip Tree #DBB645

Tints of Tulip Tree #DBB645

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.72%

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

R = 46.6%
G = 38.72%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBB645 (or 0xDBB645) is known color: Tulip Tree. HEX triplet: DB, B6 and 45. RGB value is (219,182,69). Sum of RGB (Red+Green+Blue) = 219+182+69=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB645 is #2449BA. Grayscale: #B4B4B4. Windows color (decimal): -2378171 or 4568795. OLE color: 4568795.

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

Color convert

RGB 219 182 69 -
CMYK 0 0.17 0.68 0.14
HSL 45.2º 0.68% 0.56% -
HSV(B) 45.2º 0.68% 0.86% -
XYZ 47.02 48.95 12.6 -
YUV 180.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 219 182 69 0 0.17 0.68 0.14 45.2 0.68 0.56
Hex DB B6 45 0 11 44 E 2D 44 38
Octal 333 266 105 0 21 104 16 55 104 70
Binary 11011011 10110110 1000101 0 10001 1000100 1110 101101 1000100 111000

Color Harmonies of #DBB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB645

Black with #DBB645

Text Example


Text Example

White with #DBB645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB645; }

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

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

background-color css

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

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

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

border-color css

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

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

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