Html Css Color HEX #DBAD46 Tulip Tree

📋 copy color: '#DBAD46'

red 219 ◦ green 173 ◦ blue 70

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

Shades of Tulip Tree #DBAD46

Tints of Tulip Tree #DBAD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.15%

R = 47.4%
G = 37.45%
B = 15.15%

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

#DBAD46 (or 0xDBAD46) is known color: Tulip Tree. HEX triplet: DB, AD and 46. RGB value is (219,173,70). Sum of RGB (Red+Green+Blue) = 219+173+70=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD46 is #2452B9. Grayscale: #AFAFAF. Windows color (decimal): -2380474 or 4632027. OLE color: 4632027.

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

Color convert

RGB 219 173 70 -
CMYK 0 0.21 0.68 0.14
HSL 41.48º 0.67% 0.57% -
HSV(B) 41.48º 0.68% 0.86% -
XYZ 45.26 45.39 12.17 -
YUV 175.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 219 173 70 0 0.21 0.68 0.14 41.48 0.67 0.57
Hex DB AD 46 0 15 44 E 29 43 39
Octal 333 255 106 0 25 104 16 51 103 71
Binary 11011011 10101101 1000110 0 10101 1000100 1110 101001 1000011 111001

Color Harmonies of #DBAD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD46

Black with #DBAD46

Text Example


Text Example

White with #DBAD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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