Html Css Color HEX #DBA434 Tulip Tree

📋 copy color: '#DBA434'

red 219 ◦ green 164 ◦ blue 52

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

Shades of Tulip Tree #DBA434

Tints of Tulip Tree #DBA434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

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

R = 50.34%
G = 37.7%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBA434 (or 0xDBA434) is known color: Tulip Tree. HEX triplet: DB, A4 and 34. RGB value is (219,164,52). Sum of RGB (Red+Green+Blue) = 219+164+52=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA434 is #245BCB. Grayscale: #A8A8A8. Windows color (decimal): -2382796 or 3450075. OLE color: 3450075.

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

Color convert

RGB 219 164 52 -
CMYK 0 0.25 0.76 0.14
HSL 40.24º 0.7% 0.53% -
HSV(B) 40.24º 0.76% 0.86% -
XYZ 43.11 41.86 9.06 -
YUV 167.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 219 164 52 0 0.25 0.76 0.14 40.24 0.7 0.53
Hex DB A4 34 0 19 4C E 28 46 35
Octal 333 244 64 0 31 114 16 50 106 65
Binary 11011011 10100100 110100 0 11001 1001100 1110 101000 1000110 110101

Color Harmonies of #DBA434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA434

Black with #DBA434

Text Example


Text Example

White with #DBA434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA434; }

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

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

background-color css

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

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

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

border-color css

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

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

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