Html Css Color HEX #DBA446 Tulip Tree

📋 copy color: '#DBA446'

red 219 ◦ green 164 ◦ blue 70

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

Shades of Tulip Tree #DBA446

Tints of Tulip Tree #DBA446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.45%

R = 48.34%
G = 36.2%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBA446 (or 0xDBA446) is known color: Tulip Tree. HEX triplet: DB, A4 and 46. RGB value is (219,164,70). Sum of RGB (Red+Green+Blue) = 219+164+70=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA446 is #245BB9. Grayscale: #AAAAAA. Windows color (decimal): -2382778 or 4629723. OLE color: 4629723.

HSL color Cylindrical-coordinate representation of color #DBA446: hue angle of 37.85º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBA446 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 70 -
CMYK 0 0.25 0.68 0.14
HSL 37.85º 0.67% 0.57% -
HSV(B) 37.85º 0.68% 0.86% -
XYZ 43.59 42.05 11.61 -
YUV 169.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 219 164 70 0 0.25 0.68 0.14 37.85 0.67 0.57
Hex DB A4 46 0 19 44 E 26 43 39
Octal 333 244 106 0 31 104 16 46 103 71
Binary 11011011 10100100 1000110 0 11001 1000100 1110 100110 1000011 111001

Color Harmonies of #DBA446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA446

Black with #DBA446

Text Example


Text Example

White with #DBA446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA446; }

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

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

background-color css

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

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

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

border-color css

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

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

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