Html Css Color HEX #DBA33F Tulip Tree

📋 copy color: '#DBA33F'

red 219 ◦ green 163 ◦ blue 63

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

Shades of Tulip Tree #DBA33F

Tints of Tulip Tree #DBA33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.16%

R = 49.21%
G = 36.63%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBA33F (or 0xDBA33F) is known color: Tulip Tree. HEX triplet: DB, A3 and 3F. RGB value is (219,163,63). Sum of RGB (Red+Green+Blue) = 219+163+63=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA33F is #245CC0. Grayscale: #A8A8A8. Windows color (decimal): -2383041 or 4170715. OLE color: 4170715.

HSL color Cylindrical-coordinate representation of color #DBA33F: hue angle of 38.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBA33F is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 163 63 -
CMYK 0 0.26 0.71 0.14
HSL 38.46º 0.68% 0.55% -
HSV(B) 38.46º 0.71% 0.86% -
XYZ 43.21 41.61 10.46 -
YUV 168.34 68.55 164.13 -
System Red Green Blue C M Y K H S L
Decimal 219 163 63 0 0.26 0.71 0.14 38.46 0.68 0.55
Hex DB A3 3F 0 1A 47 E 26 44 37
Octal 333 243 77 0 32 107 16 46 104 67
Binary 11011011 10100011 111111 0 11010 1000111 1110 100110 1000100 110111

Color Harmonies of #DBA33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA33F

Black with #DBA33F

Text Example


Text Example

White with #DBA33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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