Html Css Color HEX #DBAC46 Tulip Tree

📋 copy color: '#DBAC46'

red 219 ◦ green 172 ◦ blue 70

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

Shades of Tulip Tree #DBAC46

Tints of Tulip Tree #DBAC46

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

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

R = 47.51%
G = 37.31%
B = 15.18%

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

#DBAC46 (or 0xDBAC46) is known color: Tulip Tree. HEX triplet: DB, AC and 46. RGB value is (219,172,70). Sum of RGB (Red+Green+Blue) = 219+172+70=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC46 is #2453B9. Grayscale: #AEAEAE. Windows color (decimal): -2380730 or 4631771. OLE color: 4631771.

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

Color convert

RGB 219 172 70 -
CMYK 0 0.21 0.68 0.14
HSL 41.07º 0.67% 0.57% -
HSV(B) 41.07º 0.68% 0.86% -
XYZ 45.07 45.01 12.11 -
YUV 174.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 219 172 70 0 0.21 0.68 0.14 41.07 0.67 0.57
Hex DB AC 46 0 15 44 E 29 43 39
Octal 333 254 106 0 25 104 16 51 103 71
Binary 11011011 10101100 1000110 0 10101 1000100 1110 101001 1000011 111001

Color Harmonies of #DBAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC46

Black with #DBAC46

Text Example


Text Example

White with #DBAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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