Html Css Color HEX #DBAC3A Tulip Tree

📋 copy color: '#DBAC3A'

red 219 ◦ green 172 ◦ blue 58

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

Shades of Tulip Tree #DBAC3A

Tints of Tulip Tree #DBAC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.92%

R = 48.78%
G = 38.31%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBAC3A (or 0xDBAC3A) is known color: Tulip Tree. HEX triplet: DB, AC and 3A. RGB value is (219,172,58). Sum of RGB (Red+Green+Blue) = 219+172+58=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC3A is #2453C5. Grayscale: #ADADAD. Windows color (decimal): -2380742 or 3845339. OLE color: 3845339.

HSL color Cylindrical-coordinate representation of color #DBAC3A: hue angle of 42.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBAC3A is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 58 -
CMYK 0 0.21 0.74 0.14
HSL 42.48º 0.69% 0.54% -
HSV(B) 42.48º 0.74% 0.86% -
XYZ 44.73 44.87 10.31 -
YUV 173.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 219 172 58 0 0.21 0.74 0.14 42.48 0.69 0.54
Hex DB AC 3A 0 15 4A E 2A 45 36
Octal 333 254 72 0 25 112 16 52 105 66
Binary 11011011 10101100 111010 0 10101 1001010 1110 101010 1000101 110110

Color Harmonies of #DBAC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC3A

Black with #DBAC3A

Text Example


Text Example

White with #DBAC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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