Html Css Color HEX #DBA33A Tulip Tree

📋 copy color: '#DBA33A'

red 219 ◦ green 163 ◦ blue 58

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

Shades of Tulip Tree #DBA33A

Tints of Tulip Tree #DBA33A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.05%

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

R = 49.77%
G = 37.05%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBA33A (or 0xDBA33A) is known color: Tulip Tree. HEX triplet: DB, A3 and 3A. RGB value is (219,163,58). Sum of RGB (Red+Green+Blue) = 219+163+58=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA33A is #245CC5. Grayscale: #A8A8A8. Windows color (decimal): -2383046 or 3843035. OLE color: 3843035.

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

Color convert

RGB 219 163 58 -
CMYK 0 0.26 0.74 0.14
HSL 39.13º 0.69% 0.54% -
HSV(B) 39.13º 0.74% 0.86% -
XYZ 43.07 41.56 9.75 -
YUV 167.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 219 163 58 0 0.26 0.74 0.14 39.13 0.69 0.54
Hex DB A3 3A 0 1A 4A E 27 45 36
Octal 333 243 72 0 32 112 16 47 105 66
Binary 11011011 10100011 111010 0 11010 1001010 1110 100111 1000101 110110

Color Harmonies of #DBA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA33A

Black with #DBA33A

Text Example


Text Example

White with #DBA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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