Html Css Color HEX #DBA332 Tulip Tree

📋 copy color: '#DBA332'

red 219 ◦ green 163 ◦ blue 50

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

Shades of Tulip Tree #DBA332

Tints of Tulip Tree #DBA332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.57%

R = 50.69%
G = 37.73%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBA332 (or 0xDBA332) is known color: Tulip Tree. HEX triplet: DB, A3 and 32. RGB value is (219,163,50). Sum of RGB (Red+Green+Blue) = 219+163+50=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA332 is #245CCD. Grayscale: #A7A7A7. Windows color (decimal): -2383054 or 3318747. OLE color: 3318747.

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

Color convert

RGB 219 163 50 -
CMYK 0 0.26 0.77 0.14
HSL 40.12º 0.7% 0.53% -
HSV(B) 40.12º 0.77% 0.86% -
XYZ 42.89 41.48 8.76 -
YUV 166.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 219 163 50 0 0.26 0.77 0.14 40.12 0.7 0.53
Hex DB A3 32 0 1A 4D E 28 46 35
Octal 333 243 62 0 32 115 16 50 106 65
Binary 11011011 10100011 110010 0 11010 1001101 1110 101000 1000110 110101

Color Harmonies of #DBA332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA332

Black with #DBA332

Text Example


Text Example

White with #DBA332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA332; }

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

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

background-color css

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

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

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

border-color css

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

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

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