Html Css Color HEX #DBAD47 Tulip Tree

📋 copy color: '#DBAD47'

red 219 ◦ green 173 ◦ blue 71

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

Shades of Tulip Tree #DBAD47

Tints of Tulip Tree #DBAD47

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.37%

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

R = 47.3%
G = 37.37%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBAD47 (or 0xDBAD47) is known color: Tulip Tree. HEX triplet: DB, AD and 47. RGB value is (219,173,71). Sum of RGB (Red+Green+Blue) = 219+173+71=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD47 is #2452B8. Grayscale: #AFAFAF. Windows color (decimal): -2380473 or 4697563. OLE color: 4697563.

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

Color convert

RGB 219 173 71 -
CMYK 0 0.21 0.68 0.14
HSL 41.35º 0.67% 0.57% -
HSV(B) 41.35º 0.68% 0.86% -
XYZ 45.29 45.4 12.34 -
YUV 175.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 219 173 71 0 0.21 0.68 0.14 41.35 0.67 0.57
Hex DB AD 47 0 15 44 E 29 43 39
Octal 333 255 107 0 25 104 16 51 103 71
Binary 11011011 10101101 1000111 0 10101 1000100 1110 101001 1000011 111001

Color Harmonies of #DBAD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD47

Black with #DBAD47

Text Example


Text Example

White with #DBAD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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