Html Css Color HEX #DBA538 Tulip Tree

📋 copy color: '#DBA538'

red 219 ◦ green 165 ◦ blue 56

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

Shades of Tulip Tree #DBA538

Tints of Tulip Tree #DBA538

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.5%

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

R = 49.77%
G = 37.5%
B = 12.73%

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

#DBA538 (or 0xDBA538) is known color: Tulip Tree. HEX triplet: DB, A5 and 38. RGB value is (219,165,56). Sum of RGB (Red+Green+Blue) = 219+165+56=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA538 is #245AC7. Grayscale: #A9A9A9. Windows color (decimal): -2382536 or 3712475. OLE color: 3712475.

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

Color convert

RGB 219 165 56 -
CMYK 0 0.25 0.74 0.14
HSL 40.12º 0.69% 0.54% -
HSV(B) 40.12º 0.74% 0.86% -
XYZ 43.38 42.26 9.61 -
YUV 168.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 219 165 56 0 0.25 0.74 0.14 40.12 0.69 0.54
Hex DB A5 38 0 19 4A E 28 45 36
Octal 333 245 70 0 31 112 16 50 105 66
Binary 11011011 10100101 111000 0 11001 1001010 1110 101000 1000101 110110

Color Harmonies of #DBA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA538

Black with #DBA538

Text Example


Text Example

White with #DBA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA538; }

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

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

background-color css

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

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

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

border-color css

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

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

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