Html Css Color HEX #DBA634 Tulip Tree

📋 copy color: '#DBA634'

red 219 ◦ green 166 ◦ blue 52

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

Shades of Tulip Tree #DBA634

Tints of Tulip Tree #DBA634

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.99%

 BLUE value IS 52 (20.7% from 255) = 11.9%

R = 50.11%
G = 37.99%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBA634 (or 0xDBA634) is known color: Tulip Tree. HEX triplet: DB, A6 and 34. RGB value is (219,166,52). Sum of RGB (Red+Green+Blue) = 219+166+52=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA634 is #2459CB. Grayscale: #A9A9A9. Windows color (decimal): -2382284 or 3450587. OLE color: 3450587.

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

Color convert

RGB 219 166 52 -
CMYK 0 0.24 0.76 0.14
HSL 40.96º 0.7% 0.53% -
HSV(B) 40.96º 0.76% 0.86% -
XYZ 43.47 42.58 9.18 -
YUV 168.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 219 166 52 0 0.24 0.76 0.14 40.96 0.7 0.53
Hex DB A6 34 0 18 4C E 29 46 35
Octal 333 246 64 0 30 114 16 51 106 65
Binary 11011011 10100110 110100 0 11000 1001100 1110 101001 1000110 110101

Color Harmonies of #DBA634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA634

Black with #DBA634

Text Example


Text Example

White with #DBA634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA634; }

 p { color: rgb(219,166,52); }

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

background-color css

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

 a { background-color: rgb(219,166,52); }

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

border-color css

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

 span { border-color: rgb(219,166,52); }

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