Html Css Color HEX #DBA038 Tulip Tree

📋 copy color: '#DBA038'

red 219 ◦ green 160 ◦ blue 56

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

Shades of Tulip Tree #DBA038

Tints of Tulip Tree #DBA038

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.78%

 BLUE value IS 56 (22.27% from 255) = 12.87%

R = 50.34%
G = 36.78%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBA038 (or 0xDBA038) is known color: Tulip Tree. HEX triplet: DB, A0 and 38. RGB value is (219,160,56). Sum of RGB (Red+Green+Blue) = 219+160+56=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA038 is #245FC7. Grayscale: #A6A6A6. Windows color (decimal): -2383816 or 3711195. OLE color: 3711195.

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

Color convert

RGB 219 160 56 -
CMYK 0 0.27 0.74 0.14
HSL 38.28º 0.69% 0.54% -
HSV(B) 38.28º 0.74% 0.86% -
XYZ 42.5 40.49 9.32 -
YUV 165.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 219 160 56 0 0.27 0.74 0.14 38.28 0.69 0.54
Hex DB A0 38 0 1B 4A E 26 45 36
Octal 333 240 70 0 33 112 16 46 105 66
Binary 11011011 10100000 111000 0 11011 1001010 1110 100110 1000101 110110

Color Harmonies of #DBA038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA038

Black with #DBA038

Text Example


Text Example

White with #DBA038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA038; }

 p { color: rgb(219,160,56); }

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

background-color css

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

 a { background-color: rgb(219,160,56); }

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

border-color css

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

 span { border-color: rgb(219,160,56); }

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