Html Css Color HEX #DBA43A Tulip Tree

📋 copy color: '#DBA43A'

red 219 ◦ green 164 ◦ blue 58

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

Shades of Tulip Tree #DBA43A

Tints of Tulip Tree #DBA43A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.19%

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

R = 49.66%
G = 37.19%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBA43A (or 0xDBA43A) is known color: Tulip Tree. HEX triplet: DB, A4 and 3A. RGB value is (219,164,58). Sum of RGB (Red+Green+Blue) = 219+164+58=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA43A is #245BC5. Grayscale: #A8A8A8. Windows color (decimal): -2382790 or 3843291. OLE color: 3843291.

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

Color convert

RGB 219 164 58 -
CMYK 0 0.25 0.74 0.14
HSL 39.5º 0.69% 0.54% -
HSV(B) 39.5º 0.74% 0.86% -
XYZ 43.25 41.92 9.81 -
YUV 168.36 65.72 164.12 -
System Red Green Blue C M Y K H S L
Decimal 219 164 58 0 0.25 0.74 0.14 39.5 0.69 0.54
Hex DB A4 3A 0 19 4A E 28 45 36
Octal 333 244 72 0 31 112 16 50 105 66
Binary 11011011 10100100 111010 0 11001 1001010 1110 101000 1000101 110110

Color Harmonies of #DBA43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA43A

Black with #DBA43A

Text Example


Text Example

White with #DBA43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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