Html Css Color HEX #DBA335 Tulip Tree

📋 copy color: '#DBA335'

red 219 ◦ green 163 ◦ blue 53

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

Shades of Tulip Tree #DBA335

Tints of Tulip Tree #DBA335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.18%

R = 50.34%
G = 37.47%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBA335 (or 0xDBA335) is known color: Tulip Tree. HEX triplet: DB, A3 and 35. RGB value is (219,163,53). Sum of RGB (Red+Green+Blue) = 219+163+53=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA335 is #245CCA. Grayscale: #A7A7A7. Windows color (decimal): -2383051 or 3515355. OLE color: 3515355.

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

Color convert

RGB 219 163 53 -
CMYK 0 0.26 0.76 0.14
HSL 39.76º 0.7% 0.53% -
HSV(B) 39.76º 0.76% 0.86% -
XYZ 42.95 41.51 9.12 -
YUV 167.2 63.55 164.94 -
System Red Green Blue C M Y K H S L
Decimal 219 163 53 0 0.26 0.76 0.14 39.76 0.7 0.53
Hex DB A3 35 0 1A 4C E 28 46 35
Octal 333 243 65 0 32 114 16 50 106 65
Binary 11011011 10100011 110101 0 11010 1001100 1110 101000 1000110 110101

Color Harmonies of #DBA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA335

Black with #DBA335

Text Example


Text Example

White with #DBA335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA335; }

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

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

background-color css

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

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

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

border-color css

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

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

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