Html Css Color HEX #DBAB46 Tulip Tree

📋 copy color: '#DBAB46'

red 219 ◦ green 171 ◦ blue 70

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

Shades of Tulip Tree #DBAB46

Tints of Tulip Tree #DBAB46

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.17%

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

R = 47.61%
G = 37.17%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBAB46 (or 0xDBAB46) is known color: Tulip Tree. HEX triplet: DB, AB and 46. RGB value is (219,171,70). Sum of RGB (Red+Green+Blue) = 219+171+70=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB46 is #2454B9. Grayscale: #AEAEAE. Windows color (decimal): -2380986 or 4631515. OLE color: 4631515.

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

Color convert

RGB 219 171 70 -
CMYK 0 0.22 0.68 0.14
HSL 40.67º 0.67% 0.57% -
HSV(B) 40.67º 0.68% 0.86% -
XYZ 44.88 44.63 12.04 -
YUV 173.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 219 171 70 0 0.22 0.68 0.14 40.67 0.67 0.57
Hex DB AB 46 0 16 44 E 29 43 39
Octal 333 253 106 0 26 104 16 51 103 71
Binary 11011011 10101011 1000110 0 10110 1000100 1110 101001 1000011 111001

Color Harmonies of #DBAB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB46

Black with #DBAB46

Text Example


Text Example

White with #DBAB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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