Html Css Color HEX #DBB047 Tulip Tree

📋 copy color: '#DBB047'

red 219 ◦ green 176 ◦ blue 71

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

Shades of Tulip Tree #DBB047

Tints of Tulip Tree #DBB047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.24%

R = 47%
G = 37.77%
B = 15.24%

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

#DBB047 (or 0xDBB047) is known color: Tulip Tree. HEX triplet: DB, B0 and 47. RGB value is (219,176,71). Sum of RGB (Red+Green+Blue) = 219+176+71=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB047 is #244FB8. Grayscale: #B1B1B1. Windows color (decimal): -2379705 or 4698331. OLE color: 4698331.

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

Color convert

RGB 219 176 71 -
CMYK 0 0.20 0.68 0.14
HSL 42.57º 0.67% 0.57% -
HSV(B) 42.57º 0.68% 0.86% -
XYZ 45.88 46.57 12.53 -
YUV 176.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 219 176 71 0 0.20 0.68 0.14 42.57 0.67 0.57
Hex DB B0 47 0 14 44 E 2B 43 39
Octal 333 260 107 0 24 104 16 53 103 71
Binary 11011011 10110000 1000111 0 10100 1000100 1110 101011 1000011 111001

Color Harmonies of #DBB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB047

Black with #DBB047

Text Example


Text Example

White with #DBB047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB047; }

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

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

background-color css

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

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

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

border-color css

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

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

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